- 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_FlvAudioFormat
- Use the Codec Interface. This enumeration will be removed in a future release. See also: Audio Codecs.
- 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 FE2_LAME_CHANNELS
- Use the Filter Interface along with FE2_FILTER_RESAMPLE and the FE2_RESAMPLE_RATE parameter.
- 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_SetDeinterlace
- Use the Filter Interface along with FE2_FILTER_ADAPTIVE_DEINTERLACE. This function will be removed in a future release.
- 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_GetCrop
- Use the Filter Interface along with FE2_FILTER_CROP. 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_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_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_GetUseCut
- Please use:
With the constants:
for access to the flix engine cut filter.
- Global editor_options_SetUseCut
- Please use:
With the constants:
for access to the flix engine cut filter.
- Global editor_options_GetCutStartTime
- Please use:
With the constants:
for access to the flix engine cut filter.
- Global editor_options_SetCutStartTime
- 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_SetCutStopTime
- Please use:
With the constants:
for access to the flix engine cut filter.
- Global video_options_GetVideoFramerate
- Please use video_options_GetVideoFramerateAsDouble() to allow for non integer framerates.
- Global video_options_SetVideoFramerate
- Please use video_options_SetVideoFramerateAsDouble() 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_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.
- 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_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_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_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 overlay_options_Reset
- Use the Filter Interface along with FE2_FILTER_OVERLAY. 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_SetUseOverlay
- Use the Filter Interface along with FE2_FILTER_OVERLAY. 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_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_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_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_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_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_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_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 video_options_GetImageHeight
- Please use:
With the constants:
for access to the flix engine video scaling filter.
- Global video_options_SetImageHeight
- Please use:
With the constants:
for access to the flix engine video scaling filter.
- Global video_options_GetImageWidth
- Please use:
With the constants:
for access to the flix engine video scaling filter.
- Global video_options_SetImageWidth
- Please use:
With the constants:
for access to the flix engine video scaling filter.
- 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_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 FE2_ExportedVideoType
- Use the Muxer Interface. This enumeration will be removed in a future release. See also: Muxers.
- 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.
- Global editor_options_Reset
- Use the Filter Interface
- Global editor_options_Validate
- Use the Filter Interface
- 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_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_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_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_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_GetSwfFramerate
- This function has been deprecated in favor of swf_options_GetSwfFramerateAsDouble() because this function can only handle integer framerates.
- 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_GetVariableCount
- Use the Muxer Interface along with FE2_MUXER_SWF. 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_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_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 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_VideoCodec
- Use the Codec Interface. This enumeration will be removed in a future release. See also: Video Codecs.
- 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_GetImageQuality
- The image quality functions have been deprecated in favor of the maximum bitrate functions. Use video_options_GetMaximumBitrate() instead.
- 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_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_GetVideoCodec
- Use the Codec Interface. This function will be removed in a future release. See also: Video Codecs.
- 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_SetImageQuality
- The image quality functions have been deprecated in favor of the maximum bitrate functions. Use video_options_GetMaximumBitrate() instead.
- 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_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_SetVideoCodec
- Use the Codec Interface. This function will be removed in a future release. See also: Video Codecs.
Flix Engine Linux documentation, generated on Tue Nov 2 16:53:00 2010 by
doxygen 1.5.5