Video_options_getmaximumbitrate, Video_options_getratecontroltype, Video_options_getmaximumbitrate() – Google Flix Engine Linux Reference Manual User Manual

Page 265

Advertising
background image

5.56 Deprecated

259

5.56.2.7

on2sc video_options_GetKeyframeIntervalType (const FLIX2HANDLE flix,
FE2_VideoKeyframeTypes ∗ pKeyframeIntervalType)

Get the current keyframe interval type.

Parameters:

← flix Handle to the Flix Engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ pKeyframeIntervalType Keyframe interval type (one of

FE2_VideoKeyframeTypes

)

Return values:

ON2_OK

The keyframe interval 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_KFINTTYPE

parameter. This func-

tion will be removed in a future release. See also:

Video Codecs

.

5.56.2.8

on2sc video_options_GetMaximumBitrate (const FLIX2HANDLE flix, int32_t ∗
lpMaximumBitrate)

Get the current maximum bitrate target.

Parameters:

← flix Handle to the Flix Engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ lpMaximumBitrate Target bitrate (in Kbps)

Return values:

ON2_OK

The keyframe interval 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_CODECPARAM_BITRATE

parameter. This function

will be removed in a future release. See also:

Video Codecs

.

5.56.2.9

on2sc video_options_GetRateControlType (const FLIX2HANDLE flix,
FE2_VideoBitrateControls ∗ pRateControlType)

Get the current rate control type.

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

Advertising