Video_options_getimagequality, Video_options_getkeyframeinterval, Video_options_getkeyframeintervaltype – Google Flix Engine Linux Reference Manual User Manual
Page 264

258
Flix Engine Linux Module Documentation
Use the
along with
or
and the
or
parameter. This function will be removed in a future re-
lease. See also:
5.56.2.5
on2sc video_options_GetImageQuality (const FLIX2HANDLE flix, int32_t ∗
lpImageQuality)
Get the current image quality factor.
Parameters:
← flix Handle to the Flix Engine returned from
or
→ lpImageQuality Image quality (0..100)
Return values:
The quality value was successfully retrieved from the engine.
The underlying communication layer failed.
Note:
If a value other than ON2_OK is returned, the output variables should not be considered valid.
The image quality functions have been deprecated in favor of the maximum bitrate functions. Use
video_options_GetMaximumBitrate()
instead.
5.56.2.6
on2sc video_options_GetKeyframeInterval (const FLIX2HANDLE flix, int32_t ∗
lpKeyframeInterval)
Get the current interval between keyfames.
Parameters:
← flix Handle to the Flix Engine returned from
or
→ lpKeyframeInterval Keyframe interval (in frames)
Return values:
The keyframe interval was successfully retrieved from the engine.
The underlying communication layer failed.
Note:
If a value other than ON2_OK is returned, the output variables should not be considered valid.
Use the
along with the
parameter. This function
will be removed in a future release. See also:
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen