Interface for accessing non-deprecated video_options_* functions. More...
import "flixengine_com.idl";
Public Member Functions | |
HRESULT | reset () |
Wrapper for video_options_Reset(). | |
HRESULT | validate () |
Wrapper for video_options_Validate(). | |
HRESULT | getSwfHeight ([out, retval] on2s32 *lpSwfHeight) |
Wrapper for video_options_GetSwfHeight(). | |
HRESULT | setSwfHeight (const on2s32 lSwfHeight) |
Wrapper for video_options_SetSwfHeight(). | |
HRESULT | getSwfWidth ([out, retval] on2s32 *lpSwfWidth) |
Wrapper for video_options_GetSwfWidth(). | |
HRESULT | setSwfWidth (const on2s32 lSwfWidth) |
Wrapper for video_options_SetSwfWidth(). | |
HRESULT | getUseCustomSwfDimensions ([out, retval] on2bool *bpUseCustomSwfDimensions) |
Wrapper for video_options_GetUseCustomSwfDimensions(). | |
HRESULT | setUseCustomSwfDimensions (const on2bool bUseCustomSwfDimensions) |
Wrapper for video_options_SetUseCustomSwfDimensions(). | |
HRESULT | getSourceHeight ([out, retval] on2s32 *height) |
Wrapper for video_options_GetSourceHeight(). | |
HRESULT | getSourceWidth ([out, retval] on2s32 *width) |
Wrapper for video_options_GetSourceWidth(). | |
HRESULT | getVideoFramerateAsDouble ([out, retval] double *p_fps) |
Wrapper for video_options_GetVideoFramerateAsDouble(). | |
HRESULT | setVideoFramerateAsDouble (const double fps) |
Wrapper for video_options_SetVideoFramerateAsDouble(). | |
HRESULT | getUseSourceFramerate ([out, retval] on2bool *bpUseSourceFramerate) |
Wrapper for video_options_GetUseSourceFramerate(). | |
HRESULT | setUseSourceFramerate (const on2bool bUseSourceFramerate) |
Wrapper for video_options_SetUseSourceFramerate(). | |
HRESULT | getDecimateValue ([out, retval] on2u32 *pValue) |
Wrapper for video_options_GetDecimateValue(). | |
HRESULT | setDecimateValue (const on2u32 value) |
Wrapper for video_options_SetDecimateValue(). | |
HRESULT | addFLVCuePoint (const BSTR pName, const double time, const FE2_CuePointType type) |
Wrapper for video_options_AddFLVCuePoint(). | |
HRESULT | addFLVCuePointParameter (const BSTR pCuePointName, const BSTR pName, const BSTR pValue) |
Wrapper for video_options_AddFLVCuePointParameter(). | |
Properties | |
on2sc | sc [get] |
on2sc from the last Flix Engine function called within this interface |
Interface for accessing non-deprecated video_options_* functions.
Definition at line 457 of file flixengine_com.idl.
HRESULT flixengine_com::IVideoOptions::addFLVCuePoint | ( | const BSTR | pName, | |
const double | time, | |||
const FE2_CuePointType | type | |||
) |
Wrapper for video_options_AddFLVCuePoint().
HRESULT flixengine_com::IVideoOptions::addFLVCuePointParameter | ( | const BSTR | pCuePointName, | |
const BSTR | pName, | |||
const BSTR | pValue | |||
) |
Wrapper for video_options_AddFLVCuePointParameter().
HRESULT flixengine_com::IVideoOptions::getDecimateValue | ( | [out, retval] on2u32 * | pValue | ) |
Wrapper for video_options_GetDecimateValue().
HRESULT flixengine_com::IVideoOptions::getSourceHeight | ( | [out, retval] on2s32 * | height | ) |
Wrapper for video_options_GetSourceHeight().
HRESULT flixengine_com::IVideoOptions::getSourceWidth | ( | [out, retval] on2s32 * | width | ) |
Wrapper for video_options_GetSourceWidth().
HRESULT flixengine_com::IVideoOptions::getSwfHeight | ( | [out, retval] on2s32 * | lpSwfHeight | ) |
Wrapper for video_options_GetSwfHeight().
HRESULT flixengine_com::IVideoOptions::getSwfWidth | ( | [out, retval] on2s32 * | lpSwfWidth | ) |
Wrapper for video_options_GetSwfWidth().
HRESULT flixengine_com::IVideoOptions::getUseCustomSwfDimensions | ( | [out, retval] on2bool * | bpUseCustomSwfDimensions | ) |
Wrapper for video_options_GetUseCustomSwfDimensions().
HRESULT flixengine_com::IVideoOptions::getUseSourceFramerate | ( | [out, retval] on2bool * | bpUseSourceFramerate | ) |
Wrapper for video_options_GetUseSourceFramerate().
HRESULT flixengine_com::IVideoOptions::getVideoFramerateAsDouble | ( | [out, retval] double * | p_fps | ) |
Wrapper for video_options_GetVideoFramerateAsDouble().
HRESULT flixengine_com::IVideoOptions::reset | ( | ) |
Wrapper for video_options_Reset().
HRESULT flixengine_com::IVideoOptions::setDecimateValue | ( | const on2u32 | value | ) |
Wrapper for video_options_SetDecimateValue().
HRESULT flixengine_com::IVideoOptions::setSwfHeight | ( | const on2s32 | lSwfHeight | ) |
Wrapper for video_options_SetSwfHeight().
HRESULT flixengine_com::IVideoOptions::setSwfWidth | ( | const on2s32 | lSwfWidth | ) |
Wrapper for video_options_SetSwfWidth().
HRESULT flixengine_com::IVideoOptions::setUseCustomSwfDimensions | ( | const on2bool | bUseCustomSwfDimensions | ) |
Wrapper for video_options_SetUseCustomSwfDimensions().
HRESULT flixengine_com::IVideoOptions::setUseSourceFramerate | ( | const on2bool | bUseSourceFramerate | ) |
Wrapper for video_options_SetUseSourceFramerate().
HRESULT flixengine_com::IVideoOptions::setVideoFramerateAsDouble | ( | const double | fps | ) |
Wrapper for video_options_SetVideoFramerateAsDouble().
HRESULT flixengine_com::IVideoOptions::validate | ( | ) |
Wrapper for video_options_Validate().
on2sc flixengine_com::IVideoOptions::sc [get] |
on2sc from the last Flix Engine function called within this interface