Video_options_getvideocodec, Video_options_setalphapercentage – Google Flix Engine Linux Reference Manual User Manual
Page 267

5.56 Deprecated
261
Return values:
The bitrate enable status 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:
5.56.2.12
on2sc video_options_GetVideoCodec (const FLIX2HANDLE flix, FE2_VideoCodec ∗
pVideoCodec)
Determine which video codec will be used.
Parameters:
← flix Handle to the Flix Engine returned from
or
→ pVideoCodec Current video codec (one of
Return values:
The selected video codec 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
. This function will be removed in a future release. See also:
5.56.2.13
on2sc video_options_SetAlphaPercentage (FLIX2HANDLE flix, const int32_t
percentage)
Sets 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 value is out of range.
The underlying communication layer failed.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen