Video_options_getusemaximumbitrate, Video_options_getswfframerate – Google Flix Engine Linux Reference Manual User Manual

Page 266

Advertising
background image

260

Flix Engine Linux Module Documentation

Parameters:

← flix Handle to the Flix Engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ pRateControlType Rate control type (one of

FE2_VideoBitrateControls

)

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.

Deprecated

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

.

5.56.2.10

on2sc video_options_GetSwfFramerate (const FLIX2HANDLE flix, int32_t ∗
pSwfFramerate)

Gets the SWF framerate.

Parameters:

← flix Handle to the flix engine returned from

Flix2_Create()

or

Flix2_CreateEx()

← pSwfFramerate The SWF framerate.

Return values:

ON2_OK

The engine successfully returned SWF framerate.

ON2_INVALID_PARAMS

should one or more of the preconditions fail

ON2_NET_ERROR

the underlying communication layer failed

Precondition:

flix

is not NULL

pSwfFramerate

is not NULL

Deprecated

Please use

swf_options_GetSwfFramerateAsDouble()

to allow for non integer framerates.

5.56.2.11

on2sc video_options_GetUseMaximumBitrate (const FLIX2HANDLE flix, on2bool ∗
bpUseMaximumBitrate)

Determine if the maximum bitrate target will be used.

Parameters:

← flix Handle to the Flix Engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ bpUseMaximumBitrate Variable to update with the current bitrate enable status

Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen

Advertising