Interface for accessing SWF creation functions. More...
import "flixengine_com.idl";
Interface for accessing SWF creation functions.
Definition at line 211 of file flixengine_com.idl.
HRESULT flixengine_com::ISwfOptions::addVariable | ( | const BSTR | name, | |
const BSTR | value | |||
) |
Wrapper for swf_options_AddVariable().
HRESULT flixengine_com::ISwfOptions::deleteVariable | ( | const on2s32 | index | ) |
Wrapper for swf_options_DeleteVariable().
HRESULT flixengine_com::ISwfOptions::getAdaptivePreloaderBufferFactor | ( | [out, retval] double * | pPreloaderBufferFactor | ) |
Wrapper for swf_options_GetAdaptivePreloaderBufferFactor().
HRESULT flixengine_com::ISwfOptions::getEmbeddedUrlType | ( | [out, retval] FE2_EmbeddedUrlType * | embeddedUrlType | ) |
Wrapper for swf_options_GetEmbeddedUrlType().
HRESULT flixengine_com::ISwfOptions::getEnablePreloader | ( | [out, retval] on2bool * | pEnablePreloader | ) |
Wrapper for swf_options_GetEnablePreloader().
HRESULT flixengine_com::ISwfOptions::getInsertBlankFrameOnStart | ( | [out, retval] on2bool * | pInsertBlankFrameOnStart | ) |
Wrapper for swf_options_GetInsertBlankFrameOnStart().
HRESULT flixengine_com::ISwfOptions::getLoopCount | ( | [out, retval] on2s32 * | pLoopCount | ) |
Wrapper for swf_options_GetLoopCount().
HRESULT flixengine_com::ISwfOptions::getMovieOnEndOptions | ( | [out, retval] FE2_SwfOnEndOptions * | pOnEndOptions | ) |
Wrapper for swf_options_GetMovieOnEndOptions().
HRESULT flixengine_com::ISwfOptions::getMovieOnStartOptions | ( | [out, retval] FE2_SwfOnStartOptions * | pOnStartOptions | ) |
Wrapper for swf_options_GetMovieOnStartOptions().
HRESULT flixengine_com::ISwfOptions::getPercentToPreload | ( | [out, retval] on2s32 * | pPercentToPreload | ) |
Wrapper for swf_options_GetPercentToPreload().
HRESULT flixengine_com::ISwfOptions::getPreloaderType | ( | [out, retval] FE2_SwfPreloaderOptions * | pPreloaderType | ) |
Wrapper for swf_options_GetPreloaderType().
HRESULT flixengine_com::ISwfOptions::getSwfFramerateAsDouble | ( | [out, retval] double * | pSwfFramerate | ) |
Wrapper for swf_options_GetSwfFramerateAsDouble().
HRESULT flixengine_com::ISwfOptions::getVariableCount | ( | [out, retval] on2s32 * | pVariableCount | ) |
Wrapper for swf_options_GetVariableCount().
HRESULT flixengine_com::ISwfOptions::getWaitTimeToStart | ( | [out, retval] on2s32 * | pWaitTimeToStart | ) |
Wrapper for swf_options_GetWaitTimeToStart().
HRESULT flixengine_com::ISwfOptions::reset | ( | ) |
Wrapper for swf_options_Reset().
HRESULT flixengine_com::ISwfOptions::setAdaptivePreloaderBufferFactor | ( | const double | preloaderBufferFactor | ) |
Wrapper for swf_options_SetAdaptivePreloaderBufferFactor().
HRESULT flixengine_com::ISwfOptions::setEmbeddedUrl | ( | const BSTR | embeddedUrl | ) |
Wrapper for swf_options_SetEmbeddedUrl().
HRESULT flixengine_com::ISwfOptions::setEmbeddedUrlTarget | ( | const BSTR | embeddedUrlTarget | ) |
Wrapper for swf_options_SetEmbeddedUrlTarget().
HRESULT flixengine_com::ISwfOptions::setEmbeddedUrlType | ( | const FE2_EmbeddedUrlType | embeddedUrlType | ) |
Wrapper for swf_options_SetEmbeddedUrlType().
HRESULT flixengine_com::ISwfOptions::setEnablePreloader | ( | const on2bool | enablePreloader | ) |
Wrapper for swf_options_SetEnablePreloader().
HRESULT flixengine_com::ISwfOptions::setInsertBlankFrameOnStart | ( | const on2bool | insertBlankFrameOnStart | ) |
Wrapper for swf_options_SetInsertBlankFrameOnStart().
HRESULT flixengine_com::ISwfOptions::setLoadMovieOnEndUrl | ( | const BSTR | loadMovieOnEndUrl | ) |
Wrapper for swf_options_SetLoadMovieOnEndUrl().
HRESULT flixengine_com::ISwfOptions::setLoopCount | ( | const on2s32 | loopCount | ) |
Wrapper for swf_options_SetLoopCount().
HRESULT flixengine_com::ISwfOptions::setMovieOnEndOptions | ( | const FE2_SwfOnEndOptions | onEndOptions | ) |
Wrapper for swf_options_SetMovieOnEndOptions().
HRESULT flixengine_com::ISwfOptions::setMovieOnStartOptions | ( | const FE2_SwfOnStartOptions | onStartOptions | ) |
Wrapper for swf_options_SetMovieOnStartOptions().
HRESULT flixengine_com::ISwfOptions::setPercentToPreload | ( | const on2s32 | percentToPreload | ) |
Wrapper for swf_options_SetPercentToPreload().
HRESULT flixengine_com::ISwfOptions::setPreloaderType | ( | const FE2_SwfPreloaderOptions | preloaderType | ) |
Wrapper for swf_options_SetPreloaderType().
HRESULT flixengine_com::ISwfOptions::setSwfFramerateAsDouble | ( | const double | swfFramerate | ) |
Wrapper for swf_options_SetSwfFramerateAsDouble().
HRESULT flixengine_com::ISwfOptions::setWaitTimeToStart | ( | const on2s32 | waitTimeToStart | ) |
Wrapper for swf_options_SetWaitTimeToStart().
HRESULT flixengine_com::ISwfOptions::updateVariable | ( | const on2s32 | index, | |
const BSTR | name, | |||
const BSTR | value | |||
) |
Wrapper for swf_options_UpdateVariable().
on2sc flixengine_com::ISwfOptions::sc [get] |
on2sc from the last Flix Engine function called within this interface