Video_options_getimagequality, Video_options_getkeyframeinterval, Video_options_getkeyframeintervaltype – Google Flix Engine Linux Reference Manual User Manual

Page 264

Advertising
background image

258

Flix Engine Linux Module Documentation

Deprecated

Use the

Codec Interface

along with

FE2_CODEC_VP6

or

FE2_CODEC_VP6ALPHA

and the

FE2_-

VP6_CXMODE

or

FE2_VP6A_CXMODE

parameter. This function will be removed in a future re-

lease. See also:

Video Codecs

.

5.56.2.5

on2sc video_options_GetImageQuality (const FLIX2HANDLE flix, int32_t ∗
lpImageQuality)

Get the current image quality factor.

Parameters:

← flix Handle to the Flix Engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ lpImageQuality Image quality (0..100)

Return values:

ON2_OK

The quality value 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

The image quality functions have been deprecated in favor of the maximum bitrate functions. Use

video_options_GetMaximumBitrate()

instead.

5.56.2.6

on2sc video_options_GetKeyframeInterval (const FLIX2HANDLE flix, int32_t ∗
lpKeyframeInterval)

Get the current interval between keyfames.

Parameters:

← flix Handle to the Flix Engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ lpKeyframeInterval Keyframe interval (in frames)

Return values:

ON2_OK

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

parameter. This function

will be removed in a future release. See also:

Video Codecs

.

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

Advertising