Interface for accessing encoding statistics functions. More...
import "flixengine_com.idl";
Public Member Functions | |
| HRESULT | averageBitrate ([out, retval] on2s32 *pBitrate) |
| Wrapper for encoding_status_GetAverageBitrate(). | |
| HRESULT | averageFramesize ([out, retval] on2s32 *pFramesize) |
| Wrapper for encoding_status_GetAverageFramesize(). | |
| HRESULT | maximumFramesize ([out, retval] on2s32 *pMaxFramesize) |
| Wrapper for encoding_status_GetMaximumFramesize(). | |
| HRESULT | minimumFramesize ([out, retval] on2s32 *pMinFramesize) |
| Wrapper for encoding_status_GetMinimumFramesize(). | |
| HRESULT | totalFrames ([out, retval] on2s32 *pTotalFrames) |
| Wrapper for encoding_status_GetTotalFrames(). | |
| HRESULT | elapsedTime ([out, retval] on2s32 *pElapsedTime) |
| Wrapper for encoding_status_GetElapsedTime(). | |
| HRESULT | endTime ([out, retval] on2s32 *pEndTime) |
| Wrapper for encoding_status_GetEndTime(). | |
| HRESULT | startTime ([out, retval] on2s32 *pStartTime) |
| Wrapper for encoding_status_GetStartTime(). | |
| HRESULT | percentComplete ([out, retval] on2s32 *percent) |
| Wrapper for encoding_status_PercentComplete(). | |
Properties | |
| on2sc | sc [get] |
| on2sc from the last Flix Engine function called within this interface | |
Interface for accessing encoding statistics functions.
Definition at line 155 of file flixengine_com.idl.
| HRESULT flixengine_com::IEncodingStatus::averageBitrate | ( | [out, retval] on2s32 * | pBitrate | ) |
Wrapper for encoding_status_GetAverageBitrate().
| HRESULT flixengine_com::IEncodingStatus::averageFramesize | ( | [out, retval] on2s32 * | pFramesize | ) |
Wrapper for encoding_status_GetAverageFramesize().
| HRESULT flixengine_com::IEncodingStatus::elapsedTime | ( | [out, retval] on2s32 * | pElapsedTime | ) |
Wrapper for encoding_status_GetElapsedTime().
| HRESULT flixengine_com::IEncodingStatus::endTime | ( | [out, retval] on2s32 * | pEndTime | ) |
Wrapper for encoding_status_GetEndTime().
| HRESULT flixengine_com::IEncodingStatus::maximumFramesize | ( | [out, retval] on2s32 * | pMaxFramesize | ) |
Wrapper for encoding_status_GetMaximumFramesize().
| HRESULT flixengine_com::IEncodingStatus::minimumFramesize | ( | [out, retval] on2s32 * | pMinFramesize | ) |
Wrapper for encoding_status_GetMinimumFramesize().
| HRESULT flixengine_com::IEncodingStatus::percentComplete | ( | [out, retval] on2s32 * | percent | ) |
Wrapper for encoding_status_PercentComplete().
| HRESULT flixengine_com::IEncodingStatus::startTime | ( | [out, retval] on2s32 * | pStartTime | ) |
Wrapper for encoding_status_GetStartTime().
| HRESULT flixengine_com::IEncodingStatus::totalFrames | ( | [out, retval] on2s32 * | pTotalFrames | ) |
Wrapper for encoding_status_GetTotalFrames().
on2sc flixengine_com::IEncodingStatus::sc [get] |
on2sc from the last Flix Engine function called within this interface
Flix Engine Windows documentation, generated on Tue Nov 2 15:38:08 2010 by
doxygen 1.6.1