Video_options_getalphapercentage, Video_options_getcompressmode – Google Flix Engine Linux Reference Manual User Manual
Page 263

5.56 Deprecated
257
Note:
Cue points can only be added to FLV files.
May add multiple parameters to a cue point.
Use the
along with
and the
param-
eter. This function will be removed in a future release.
5.56.2.3
on2sc video_options_GetAlphaPercentage (const FLIX2HANDLE flix, int32_t ∗
percentage)
Gets the percentage of the video bitrate to be used to encode the alpha channel.
Parameters:
← flix Handle to the Flix Engine returned from
or
→ percentage Alpha percentage
Return values:
Success.
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
and the
parameter. This function will be removed in a future release. See also:
5.56.2.4
on2sc video_options_GetCompressMode (const FLIX2HANDLE flix,
FE2_CompressMode ∗ mode)
Get the current VP6 compression mode.
Parameters:
← flix Handle to the Flix Engine returned from
or
→ mode Compression mode (one of
Return values:
The rate control type 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.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen