Deprecated List

Global audio_options_GetBitrate
Use the Codec Interface along with the FE2_CODECPARAM_BITRATE parameter. This function will be removed in a future release. See also: Audio Codecs.

Global audio_options_GetFlvAudioFormat
Use the Codec Interface. This function will be removed in a future release. See also: Audio Codecs.

Global audio_options_GetSamplingrate
Use the Filter Interface along with FE2_FILTER_RESAMPLE and the FE2_RESAMPLE_RATE parameter.

Global audio_options_GetStereo
Use the Codec Interface along with the FE2_LAME_CHANNELS parameter. This function will be removed in a future release. See also: Audio Codecs.

Global audio_options_Reset
Use the Codec and Filter interfaces.

Global audio_options_SetBitrate
Use the Codec Interface along with the FE2_CODECPARAM_BITRATE parameter. This function will be removed in a future release. See also: Audio Codecs.

Global audio_options_SetFlvAudioFormat
Use the Codec Interface. This function will be removed in a future release. See also: Audio Codecs.

Global audio_options_SetSamplingrate
Use the Filter Interface along with FE2_FILTER_RESAMPLE and the FE2_RESAMPLE_RATE parameter.

Global audio_options_SetStereo
Use the Codec Interface along with the FE2_LAME_CHANNELS parameter. This function will be removed in a future release. See also: Audio Codecs.

Global audio_options_Validate
Use the Codec and Filter interfaces.

Global editor_options_GetBrightness
Use the Filter Interface along with FE2_FILTER_BCHS and the FE2_BCHS_BRIGHTNESS parameter. This function will be removed in a future release.

Global editor_options_GetContrast
Use the Filter Interface along with FE2_FILTER_BCHS and the FE2_BCHS_CONTRAST parameter. This function will be removed in a future release.

Global editor_options_GetCrop
Use the Filter Interface along with FE2_FILTER_CROP. This function will be removed in a future release.

Global editor_options_GetCropBounds
Use the Filter Interface along with FE2_FILTER_CROP and the FE2_CROP_TOP, FE2_CROP_LEFT, FE2_CROP_BOTTOM and FE2_CROP_RIGHT parameters. This function will be removed in a future release.

Global editor_options_GetCutStartTime
Please use: With the constants: for access to the flix engine cut filter.

Global editor_options_GetCutStopTime
Please use: With the constants: for access to the flix engine cut filter.

Global editor_options_GetHue
Use the Filter Interface along with FE2_FILTER_BCHS and the FE2_BCHS_HUE parameter. This function will be removed in a future release.

Global editor_options_GetSaturation
Use the Filter Interface along with FE2_FILTER_BCHS and the FE2_BCHS_SATURATION parameter. This function will be removed in a future release.

Global editor_options_GetUseBrightness
Use the Filter Interface along with FE2_FILTER_BCHS and the FE2_BCHS_BRIGHTNESS parameter. This function will be removed in a future release.

Global editor_options_GetUseContrast
Use the Filter Interface along with FE2_FILTER_BCHS and the FE2_BCHS_CONTRAST parameter. This function will be removed in a future release.

Global editor_options_GetUseCut
Please use: With the constants: for access to the flix engine cut filter.

Global editor_options_GetUseHue
Use the Filter Interface along with FE2_FILTER_BCHS and the FE2_BCHS_HUE parameter. This function will be removed in a future release.

Global editor_options_GetUseSaturation
Use the Filter Interface along with FE2_FILTER_BCHS and the FE2_BCHS_SATURATION parameter. This function will be removed in a future release.

Global editor_options_Reset
Use the Filter Interface

Global editor_options_SetBrightness
Use the Filter Interface along with FE2_FILTER_BCHS and the FE2_BCHS_BRIGHTNESS parameter. This function will be removed in a future release.

Global editor_options_SetContrast
Use the Filter Interface along with FE2_FILTER_BCHS and the FE2_BCHS_CONTRAST parameter. This function will be removed in a future release.

Global editor_options_SetCrop
Use the Filter Interface along with FE2_FILTER_CROP. This function will be removed in a future release.

Global editor_options_SetCropBounds
Use the Filter Interface along with FE2_FILTER_CROP and the FE2_CROP_TOP, FE2_CROP_LEFT, FE2_CROP_BOTTOM and FE2_CROP_RIGHT parameters. This function will be removed in a future release.

Global editor_options_SetCutStartTime
Please use: With the constants: for access to the flix engine cut filter.

Global editor_options_SetCutStopTime
Please use: With the constants: for access to the flix engine cut filter.

Global editor_options_SetHue
Use the Filter Interface along with FE2_FILTER_BCHS and the FE2_BCHS_HUE parameter. This function will be removed in a future release.

Global editor_options_SetSaturation
Use the Filter Interface along with FE2_FILTER_BCHS and the FE2_BCHS_SATURATION parameter. This function will be removed in a future release.

Global editor_options_SetUseBrightness
Use the Filter Interface along with FE2_FILTER_BCHS and the FE2_BCHS_BRIGHTNESS parameter. This function will be removed in a future release.

Global editor_options_SetUseContrast
Use the Filter Interface along with FE2_FILTER_BCHS and the FE2_BCHS_CONTRAST parameter. This function will be removed in a future release.

Global editor_options_SetUseCut
Please use: With the constants: for access to the flix engine cut filter.

Global editor_options_SetUseHue
Use the Filter Interface along with FE2_FILTER_BCHS and the FE2_BCHS_HUE parameter. This function will be removed in a future release.

Global editor_options_SetUseSaturation
Use the Filter Interface along with FE2_FILTER_BCHS and the FE2_BCHS_SATURATION parameter. This function will be removed in a future release.

Global editor_options_Validate
Use the Filter Interface

Global FE2_AudioSamplingrates
With the addition of new Muxers the allowed sample rates will change. For this reason the desired value should be entered directly in Flix2_FilterSetParam().

Global FE2_CuePointType
Use the Muxer Interface along with FE2_MUXER_FLV and the FE2_FLV_CUEPT_EVENT/FE2_FLV_CUEPT_NAV parameter. This enumeration will be removed in a future release.

Global FE2_ExportedVideoType
Use the Muxer Interface. This enumeration will be removed in a future release. See also: Muxers.

Global FE2_FlvAudioFormat
Use the Codec Interface. This enumeration will be removed in a future release. See also: Audio Codecs.

Global FE2_LAME_CHANNELS
Use the Filter Interface along with FE2_FILTER_RESAMPLE and the FE2_RESAMPLE_RATE parameter.

Global FE2_VideoCodec
Use the Codec Interface. This enumeration will be removed in a future release. See also: Video Codecs.

Global Flix2_GetExportVideoType
Use the Muxer Interface. This function will be removed in a future release. See also: Muxers.

Global Flix2_SetExportVideoType
Use the Muxer Interface. This function will be removed in a future release. See also: Muxers.

Class flixengine_com::ISwfOptions
Use the flixengine_com::IFlixPlgn interface along with the SWF muxer. This interface will be removed in a future release.

Global flixengine_com::ISwfOptions::addVariable (const BSTR name, const BSTR value)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_ADD_VARIABLE parameter.

Global flixengine_com::ISwfOptions::deleteVariable (const on2s32 index)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_DELETE_VARIABLE parameter.

Global flixengine_com::ISwfOptions::getAdaptivePreloaderBufferFactor ([out, retval] double *pPreloaderBufferFactor)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_ADAPTIVE_PRELOAD_BUFFER_FACTOR parameter.

Global flixengine_com::ISwfOptions::getEmbeddedUrlType ([out, retval] FE2_EmbeddedUrlType *embeddedUrlType)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_EMBEDDED_URL_TYPE parameter.

Global flixengine_com::ISwfOptions::getEnablePreloader ([out, retval] on2bool *pEnablePreloader)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_PRELOAD_TYPE parameter.

Global flixengine_com::ISwfOptions::getInsertBlankFrameOnStart ([out, retval] on2bool *pInsertBlankFrameOnStart)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_START_BLANK_FRAME parameter.

Global flixengine_com::ISwfOptions::getLoopCount ([out, retval] on2s32 *pLoopCount)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_LOOP_COUNT parameter.

Global flixengine_com::ISwfOptions::getMovieOnEndOptions ([out, retval] FE2_SwfOnEndOptions *pOnEndOptions)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_ON_END_OPTION parameter.

Global flixengine_com::ISwfOptions::getMovieOnStartOptions ([out, retval] FE2_SwfOnStartOptions *pOnStartOptions)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_ON_START_OPTION parameter.

Global flixengine_com::ISwfOptions::getPercentToPreload ([out, retval] on2s32 *pPercentToPreload)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_FIXED_PRELOAD_PCT parameter.

Global flixengine_com::ISwfOptions::getPreloaderType ([out, retval] FE2_SwfPreloaderOptions *pPreloaderType)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_PRELOAD_TYPE parameter.

Global flixengine_com::ISwfOptions::getSwfFramerateAsDouble ([out, retval] double *pSwfFramerate)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_FRAMERATE parameter.

Global flixengine_com::ISwfOptions::getVariableCount ([out, retval] on2s32 *pVariableCount)
Use the SWF muxer.

Global flixengine_com::ISwfOptions::getWaitTimeToStart ([out, retval] on2s32 *pWaitTimeToStart)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_START_WAIT_SEC parameter.

Global flixengine_com::ISwfOptions::reset ()
Use the flixengine_com::IFlixPlgn interface along with the SWF muxer. This interface will be removed in a future release.

Global flixengine_com::ISwfOptions::sc
Use the flixengine_com::IFlixPlgn interface.

Global flixengine_com::ISwfOptions::setAdaptivePreloaderBufferFactor (const double preloaderBufferFactor)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_ADAPTIVE_PRELOAD_BUFFER_FACTOR parameter.

Global flixengine_com::ISwfOptions::setEmbeddedUrl (const BSTR embeddedUrl)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_EMBEDDED_URL parameter.

Global flixengine_com::ISwfOptions::setEmbeddedUrlTarget (const BSTR embeddedUrlTarget)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_EMBEDDED_URL parameter.

Global flixengine_com::ISwfOptions::setEmbeddedUrlType (const FE2_EmbeddedUrlType embeddedUrlType)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_EMBEDDED_URL_TYPE parameter.

Global flixengine_com::ISwfOptions::setEnablePreloader (const on2bool enablePreloader)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_PRELOAD_TYPE parameter.

Global flixengine_com::ISwfOptions::setInsertBlankFrameOnStart (const on2bool insertBlankFrameOnStart)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_START_BLANK_FRAME parameter.

Global flixengine_com::ISwfOptions::setLoadMovieOnEndUrl (const BSTR loadMovieOnEndUrl)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_ON_END_URL parameter.

Global flixengine_com::ISwfOptions::setLoopCount (const on2s32 loopCount)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_LOOP_COUNT parameter.

Global flixengine_com::ISwfOptions::setMovieOnEndOptions (const FE2_SwfOnEndOptions onEndOptions)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_ON_END_OPTION parameter.

Global flixengine_com::ISwfOptions::setMovieOnStartOptions (const FE2_SwfOnStartOptions onStartOptions)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_ON_START_OPTION parameter.

Global flixengine_com::ISwfOptions::setPercentToPreload (const on2s32 percentToPreload)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_FIXED_PRELOAD_PCT parameter.

Global flixengine_com::ISwfOptions::setPreloaderType (const FE2_SwfPreloaderOptions preloaderType)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_PRELOAD_TYPE parameter.

Global flixengine_com::ISwfOptions::setSwfFramerateAsDouble (const double swfFramerate)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_FRAMERATE parameter.

Global flixengine_com::ISwfOptions::setWaitTimeToStart (const on2s32 waitTimeToStart)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_START_WAIT_SEC parameter.

Global flixengine_com::ISwfOptions::updateVariable (const on2s32 index, const BSTR name, const BSTR value)
Use the flixengine_com::IFlixPlgn interface along with FE2_MUXER_SWF and the FE2_SWF_ADD_VARIABLE parameter.

Global flixengine_com::IVideoOptions::addFLVCuePoint (const BSTR pName, const double time, const FE2_CuePointType type)
See video_options_AddFLVCuePoint() for details.

Global flixengine_com::IVideoOptions::addFLVCuePointParameter (const BSTR pCuePointName, const BSTR pName, const BSTR pValue)
See video_options_AddFLVCuePointParameter() for details.

Global flixengine_com::IVideoOptions::getDecimateValue ([out, retval] on2u32 *pValue)
See video_options_GetDecimateValue() for details.

Global flixengine_com::IVideoOptions::getSwfHeight ([out, retval] on2s32 *lpSwfHeight)
See video_options_GetSwfHeight() for details.

Global flixengine_com::IVideoOptions::getSwfWidth ([out, retval] on2s32 *lpSwfWidth)
See video_options_GetSwfWidth() for details.

Global flixengine_com::IVideoOptions::getUseCustomSwfDimensions ([out, retval] on2bool *bpUseCustomSwfDimensions)
See video_options_GetUseCustomSwfDimensions() for details.

Global flixengine_com::IVideoOptions::getUseSourceFramerate ([out, retval] on2bool *bpUseSourceFramerate)
See video_options_GetUseSourceFramerate() for details.

Global flixengine_com::IVideoOptions::getVideoFramerateAsDouble ([out, retval] double *p_fps)
See video_options_GetVideoFramerateAsDouble() for details.

Global flixengine_com::IVideoOptions::setDecimateValue (const on2u32 value)
See video_options_SetDecimateValue() for details.

Global flixengine_com::IVideoOptions::setSwfHeight (const on2s32 lSwfHeight)
See video_options_SetSwfHeight() for details.

Global flixengine_com::IVideoOptions::setSwfWidth (const on2s32 lSwfWidth)
See video_options_SetSwfWidth() for details.

Global flixengine_com::IVideoOptions::setUseCustomSwfDimensions (const on2bool bUseCustomSwfDimensions)
See video_options_SetUseCustomSwfDimensions() for details.

Global flixengine_com::IVideoOptions::setUseSourceFramerate (const on2bool bUseSourceFramerate)
See video_options_SetUseSourceFramerate() for details.

Global flixengine_com::IVideoOptions::setVideoFramerateAsDouble (const double fps)
See video_options_SetVideoFramerateAsDouble() for details.

Global overlay_options_GetMaskPixelRGB
Use the Filter Interface along with FE2_FILTER_OVERLAY and the FE2_OVERLAY_MASK_R, FE2_OVERLAY_MASK_G and FE2_OVERLAY_MASK_B parameters. This function will be removed in a future release.

Global overlay_options_GetMaskPixelXY
Use the Filter Interface along with FE2_FILTER_OVERLAY and the FE2_OVERLAY_MASK_X and FE2_OVERLAY_MASK_Y parameters. This function will be removed in a future release.

Global overlay_options_GetOverlayPath
Use the Filter Interface along with FE2_FILTER_OVERLAY and the FE2_OVERLAY_FILE parameter. This function will be removed in a future release.

Global overlay_options_GetOverlayPosition
Use the Filter Interface along with FE2_FILTER_OVERLAY and the FE2_OVERLAY_POS, FE2_OVERLAY_POS_X, FE2_OVERLAY_POS_Y parameters. This function will be removed in a future release.

Global overlay_options_GetUseOverlay
Use the Filter Interface along with FE2_FILTER_OVERLAY. This function will be removed in a future release.

Global overlay_options_Reset
Use the Filter Interface along with FE2_FILTER_OVERLAY. This function will be removed in a future release.

Global overlay_options_SetMaskPixelRGB
Use the Filter Interface along with FE2_FILTER_OVERLAY and the FE2_OVERLAY_MASK_R, FE2_OVERLAY_MASK_G and FE2_OVERLAY_MASK_B parameters. This function will be removed in a future release.

Global overlay_options_SetMaskPixelXY
Use the Filter Interface along with FE2_FILTER_OVERLAY and the FE2_OVERLAY_MASK_X and FE2_OVERLAY_MASK_Y parameters. This function will be removed in a future release.

Global overlay_options_SetOverlayPath
Use the Filter Interface along with FE2_FILTER_OVERLAY and the FE2_OVERLAY_FILE parameter. This function will be removed in a future release.

Global overlay_options_SetOverlayPosition
Use the Filter Interface along with FE2_FILTER_OVERLAY and the FE2_OVERLAY_POS, FE2_OVERLAY_POS_X, FE2_OVERLAY_POS_Y parameters. This function will be removed in a future release.

Global overlay_options_SetUseOverlay
Use the Filter Interface along with FE2_FILTER_OVERLAY. This function will be removed in a future release.

Global swf_options_AddVariable
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_ADD_VARIABLE parameter. This function will be removed in a future release.

Global swf_options_DeleteVariable
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_DELETE_VARIABLE parameter. This function will be removed in a future release.

Global swf_options_GetAdaptivePreloaderBufferFactor
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_ADAPTIVE_PRELOAD_BUFFER_FACTOR parameter. This function will be removed in a future release.

Global swf_options_GetEmbeddedUrl
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_EMBEDDED_URL parameter. This function will be removed in a future release.

Global swf_options_GetEmbeddedUrlTarget
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_EMBEDDED_URL_TARGET parameter. This function will be removed in a future release.

Global swf_options_GetEmbeddedUrlType
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_EMBEDDED_URL_TYPE parameter. This function will be removed in a future release.

Global swf_options_GetLoadMovieOnEndUrl
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_ON_END_URL parameter. This function will be removed in a future release.

Global swf_options_GetLoopCount
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_LOOP_COUNT parameter. This function will be removed in a future release.

Global swf_options_GetMovieOnEndOptions
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_ON_END_OPTION parameter. This function will be removed in a future release.

Global swf_options_GetMovieOnStartOptions
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_ON_START_OPTION parameter. This function will be removed in a future release.

Global swf_options_GetPercentToPreload
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_FIXED_PRELOAD_PCT parameter. This function will be removed in a future release.

Global swf_options_GetPreloaderType
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_PRELOAD_TYPE parameter. This function will be removed in a future release.

Global swf_options_GetSwfFramerate
This function has been deprecated in favor of swf_options_GetSwfFramerateAsDouble() because this function can only handle integer framerates.

Global swf_options_GetSwfFramerateAsDouble
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_FRAMERATE parameter. This function will be removed in a future release.

Global swf_options_GetVariableCount
Use the Muxer Interface along with FE2_MUXER_SWF. This function will be removed in a future release.

Global swf_options_GetWaitTimeToStart
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_START_WAIT_SEC parameter. This function will be removed in a future release.

Global swf_options_Reset
Use the Muxer Interface along with FE2_MUXER_SWF. This function will be removed in a future release.

Global swf_options_SetAdaptivePreloaderBufferFactor
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_ADAPTIVE_PRELOAD_BUFFER_FACTOR parameter. This function will be removed in a future release.

Global swf_options_SetEmbeddedUrl
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_EMBEDDED_URL parameter. This function will be removed in a future release.

Global swf_options_SetEmbeddedUrlTarget
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_EMBEDDED_URL_TARGET parameter. This function will be removed in a future release.

Global swf_options_SetEmbeddedUrlType
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_EMBEDDED_URL_TYPE parameter. This function will be removed in a future release.

Global swf_options_SetInsertBlankFrameOnStart
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_START_BLANK_FRAME parameter. This function will be removed in a future release.

Global swf_options_SetLoadMovieOnEndUrl
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_ON_END_URL parameter. This function will be removed in a future release.

Global swf_options_SetLoopCount
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_LOOP_COUNT parameter. This function will be removed in a future release.

Global swf_options_SetMovieOnEndOptions
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_ON_END_OPTION parameter. This function will be removed in a future release.

Global swf_options_SetMovieOnStartOptions
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_ON_START_OPTION parameter. This function will be removed in a future release.

Global swf_options_SetPercentToPreload
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_FIXED_PRELOAD_PCT parameter. This function will be removed in a future release.

Global swf_options_SetPreloaderType
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_PRELOAD_TYPE parameter. This function will be removed in a future release.

Global swf_options_SetSwfFramerate
This function has been deprecated in favor of swf_options_SetSwfFramerateAsDouble() because this function can only handle integer framerates.

Global swf_options_SetSwfFramerateAsDouble
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_FRAMERATE parameter. This function will be removed in a future release.

Global swf_options_SetWaitTimeToStart
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_START_WAIT_SEC parameter. This function will be removed in a future release.

Global swf_options_UpdateVariable
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_ADD_VARIABLE parameter. This function will be removed in a future release.

Global video_options_AddFLVCuePoint
Use the Muxer Interface along with FE2_MUXER_FLV and the FE2_FLV_CUEPT_EVENT/FE2_FLV_CUEPT_NAV parameter. This function will be removed in a future release.

Global video_options_AddFLVCuePointParameter
Use the Muxer Interface along with FE2_MUXER_FLV and the FE2_FLV_CUEPT_PARAM parameter. This function will be removed in a future release.

Global video_options_GetAlphaPercentage
Use the Codec Interface along with FE2_CODEC_VP6ALPHA and the FE2_VP6A_ALPHA_BITRATE parameter. This function will be removed in a future release. See also: Video Codecs.

Global video_options_GetCompressMode
Use the Codec Interface along with FE2_CODEC_VP6 or FE2_CODEC_VP6ALPHA and the FE2_VP6_CXMODE or FE2_VP6A_CXMODE parameter. This function will be removed in a future release. See also: Video Codecs.

Global video_options_GetDecimateValue
Use the Filter Interface along with FE2_FILTER_FRAMERATE and the FE2_FRAMERATE_DECIMATE parameter. This function will be removed in a future release.

Global video_options_GetDeinterlace
Use the Filter Interface along with FE2_FILTER_ADAPTIVE_DEINTERLACE. This function will be removed in a future release.

Global video_options_GetImageHeight
Please use: With the constants: for access to the flix engine video scaling filter.

Global video_options_GetImageQuality
The image quality functions have been deprecated in favor of the maximum bitrate functions. Use video_options_GetMaximumBitrate() instead.

Global video_options_GetImageWidth
Please use: With the constants: for access to the flix engine video scaling filter.

Global video_options_GetKeyframeInterval
Use the Codec Interface along with the FE2_VCODECPARAM_KFFREQ parameter. This function will be removed in a future release. See also: Video Codecs.

Global video_options_GetKeyframeIntervalType
Use the Codec Interface along with the FE2_VCODECPARAM_KFINTTYPE parameter. This function will be removed in a future release. See also: Video Codecs.

Global video_options_GetMaximumBitrate
Use the Codec Interface along with the FE2_CODECPARAM_BITRATE parameter. This function will be removed in a future release. See also: Video Codecs.

Global video_options_GetRateControlType
Use the Codec Interface along with the FE2_VCODECPARAM_RC_MODE parameter. This function will be removed in a future release. See also: Video Codecs.

Global video_options_GetSwfFramerate
Please use swf_options_GetSwfFramerateAsDouble() to allow for non integer framerates.

Global video_options_GetSwfHeight
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_HEIGHT parameter. This function will be removed in a future release.

Global video_options_GetSwfWidth
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_WIDTH parameter. This function will be removed in a future release.

Global video_options_GetUseCustomSwfDimensions
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_WIDTH/FE2_SWF_HEIGHT parameters. This function will be removed in a future release.

Global video_options_GetUseMaximumBitrate
Use the Codec Interface along with the FE2_CODECPARAM_BITRATE parameter. This function will be removed in a future release. See also: Video Codecs.

Global video_options_GetUseSourceDimensions

The flix engine encodes video using the video source dimensions by default. If FE2_FILTER_SCALE has not been added to the filter chain, video will be encoded using source dimensions.

Global video_options_GetUseSourceFramerate
Use the Filter Interface along with FE2_FILTER_FRAMERATE. Not adding FE2_FILTER_FRAMERATE with Flix2_AddFilter() implies use of the source frame rate. This function will be removed in a future release.

Global video_options_GetVideoCodec
Use the Codec Interface. This function will be removed in a future release. See also: Video Codecs.

Global video_options_GetVideoFramerate

Please use video_options_GetVideoFramerateAsDouble() to allow for non integer framerates.

Global video_options_GetVideoFramerateAsDouble
Use the Filter Interface along with FE2_FILTER_FRAMERATE and the FE2_FRAMERATE_FPS parameter. This function will be removed in a future release.

Global video_options_SetAlphaPercentage
Use the Codec Interface along with FE2_CODEC_VP6ALPHA and the FE2_VP6A_ALPHA_BITRATE parameter. This function will be removed in a future release. See also: Video Codecs.

Global video_options_SetCompressMode
Use the Codec Interface along with FE2_CODEC_VP6 or FE2_CODEC_VP6ALPHA and the FE2_VP6_CXMODE or FE2_VP6A_CXMODE parameter. This function will be removed in a future release. See also: Video Codecs.

Global video_options_SetDecimateValue
Use the Filter Interface along with FE2_FILTER_FRAMERATE and the FE2_FRAMERATE_DECIMATE parameter. This function will be removed in a future release.

Global video_options_SetDeinterlace
Use the Filter Interface along with FE2_FILTER_ADAPTIVE_DEINTERLACE. This function will be removed in a future release.

Global video_options_SetImageHeight
Please use: With the constants: for access to the flix engine video scaling filter.

Global video_options_SetImageQuality
The image quality functions have been deprecated in favor of the maximum bitrate functions. Use video_options_GetMaximumBitrate() instead.

Global video_options_SetImageWidth
Please use: With the constants: for access to the flix engine video scaling filter.

Global video_options_SetKeyframeInterval
Use the Codec Interface along with the FE2_VCODECPARAM_KFFREQ parameter. This function will be removed in a future release. See also: Video Codecs.

Global video_options_SetKeyframeIntervalType
Use the Codec Interface along with the FE2_VCODECPARAM_KFINTTYPE parameter. This function will be removed in a future release. See also: Video Codecs.

Global video_options_SetMaximumBitrate
Use the Codec Interface along with the FE2_CODECPARAM_BITRATE parameter. This function will be removed in a future release. See also: Video Codecs.

Global video_options_SetRateControlType
Use the Codec Interface along with the FE2_VCODECPARAM_RC_MODE parameter. This function will be removed in a future release. See also: Video Codecs.

Global video_options_SetSwfFramerate
Please use swf_options_SetSwfFramerateAsDouble() to allow for non integer framerates.

Global video_options_SetSwfHeight
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_HEIGHT parameter. This function will be removed in a future release.

Global video_options_SetSwfWidth
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_WIDTH parameter. This function will be removed in a future release.

Global video_options_SetUseCustomSwfDimensions
Use the Muxer Interface along with FE2_MUXER_SWF and the FE2_SWF_WIDTH/FE2_SWF_HEIGHT parameters. This function will be removed in a future release.

Global video_options_SetUseMaximumBitrate
Use the Codec Interface along with the FE2_CODECPARAM_BITRATE parameter. This function will be removed in a future release. See also: Video Codecs.

Global video_options_SetUseSourceDimensions
The flix engine encodes video using the video source dimensions by default. If FE2_FILTER_SCALE has not been added to the filter chain, video will be encoded using source dimensions.

Global video_options_SetUseSourceFramerate
Use the Filter Interface along with FE2_FILTER_FRAMERATE. Not adding FE2_FILTER_FRAMERATE with Flix2_AddFilter() implies use of the source frame rate. This function will be removed in a future release.

Global video_options_SetVideoCodec
Use the Codec Interface. This function will be removed in a future release. See also: Video Codecs.

Global video_options_SetVideoFramerate

Please use video_options_SetVideoFramerateAsDouble() to allow for non integer framerates.

Global video_options_SetVideoFramerateAsDouble
Use the Filter Interface along with FE2_FILTER_FRAMERATE and the FE2_FRAMERATE_FPS parameter. This function will be removed in a future release.

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