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

Page 263

Advertising
background image

5.56 Deprecated

257

Note:

Cue points can only be added to FLV files.
May add multiple parameters to a cue point.

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_FLV

and the

FE2_FLV_CUEPT_PARAM

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

Flix2_Create()

or

Flix2_CreateEx()

→ percentage Alpha percentage

Return values:

ON2_OK

Success.

ON2_NET_ERROR

The underlying communication layer failed.

Note:

If a value other than ON2_OK is returned, the output variables should not be considered valid.

Deprecated

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

.

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

Flix2_Create()

or

Flix2_CreateEx()

→ mode Compression mode (one of

FE2_CompressMode

)

Return values:

ON2_OK

The rate control type was successfully retrieved from the engine.

ON2_NET_ERROR

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

Advertising