flixengine_com::IVideoOptions Interface Reference
[Flix Engine COM]

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

Detailed Description

Interface for accessing non-deprecated video_options_* functions.

Definition at line 457 of file flixengine_com.idl.


Member Function Documentation

HRESULT flixengine_com::IVideoOptions::addFLVCuePoint ( const BSTR  pName,
const double  time,
const FE2_CuePointType  type 
)

Wrapper for video_options_AddFLVCuePoint().

Note:
pName is converted to a char*
Deprecated:
See video_options_AddFLVCuePoint() for details.
HRESULT flixengine_com::IVideoOptions::addFLVCuePointParameter ( const BSTR  pCuePointName,
const BSTR  pName,
const BSTR  pValue 
)

Wrapper for video_options_AddFLVCuePointParameter().

Note:
pCuePointName is converted to a char* pName is converted to a char* pValue is converted to a char*
Deprecated:
See video_options_AddFLVCuePointParameter() for details.
HRESULT flixengine_com::IVideoOptions::getDecimateValue ( [out, retval] on2u32 pValue  ) 
HRESULT flixengine_com::IVideoOptions::getSourceHeight ( [out, retval] on2s32 height  ) 
HRESULT flixengine_com::IVideoOptions::getSourceWidth ( [out, retval] on2s32 width  ) 
HRESULT flixengine_com::IVideoOptions::getSwfHeight ( [out, retval] on2s32 lpSwfHeight  ) 
HRESULT flixengine_com::IVideoOptions::getSwfWidth ( [out, retval] on2s32 lpSwfWidth  ) 
HRESULT flixengine_com::IVideoOptions::getUseCustomSwfDimensions ( [out, retval] on2bool bpUseCustomSwfDimensions  ) 
HRESULT flixengine_com::IVideoOptions::getUseSourceFramerate ( [out, retval] on2bool bpUseSourceFramerate  ) 
HRESULT flixengine_com::IVideoOptions::getVideoFramerateAsDouble ( [out, retval] double *  p_fps  ) 
HRESULT flixengine_com::IVideoOptions::reset (  ) 

Wrapper for video_options_Reset().

HRESULT flixengine_com::IVideoOptions::setDecimateValue ( const on2u32  value  ) 
HRESULT flixengine_com::IVideoOptions::setSwfHeight ( const on2s32  lSwfHeight  ) 
HRESULT flixengine_com::IVideoOptions::setSwfWidth ( const on2s32  lSwfWidth  ) 
HRESULT flixengine_com::IVideoOptions::setUseCustomSwfDimensions ( const on2bool  bUseCustomSwfDimensions  ) 
HRESULT flixengine_com::IVideoOptions::setUseSourceFramerate ( const on2bool  bUseSourceFramerate  ) 
HRESULT flixengine_com::IVideoOptions::setVideoFramerateAsDouble ( const double  fps  ) 
HRESULT flixengine_com::IVideoOptions::validate (  ) 

Property Documentation

on2sc flixengine_com::IVideoOptions::sc [get]

on2sc from the last Flix Engine function called within this interface


The documentation for this interface was generated from the following file:

On2 Technologies, Inc Flix Engine Windows documentation, generated on Tue Nov 2 15:38:08 2010 by doxygen 1.6.1