Deprecated, 56 deprecated, Enumerations – Google Flix Engine Linux Reference Manual User Manual

Page 259: Functions

Advertising
background image

5.56 Deprecated

253

5.56

Deprecated

Enumerations

• enum

FE2_VideoCodec

{

CODEC_NULL

,

CODEC_H263

,

CODEC_SCREENVIDEO

,

CODEC_VP6

,

CODEC_VP6ALPHA

}

Output video codec types, influences quality/compatibility.

• enum

FE2_CuePointType

{

CUE_EVENT

,

CUE_NAVIGATION

}

Cue point type for use with

video_options_AddFLVCuePoint()

.

Functions

on2sc video_options_GetImageQuality

(const

FLIX2HANDLE

flix,

int32_t

∗lpImageQuality)

Get the current image quality factor.

on2sc video_options_SetImageQuality

(

FLIX2HANDLE

flix, const

int32_t

lImageQuality)

Set the image quality factor.

on2sc

video_options_GetKeyframeInterval

(const

FLIX2HANDLE

flix,

int32_-

t

∗lpKeyframeInterval)

Get the current interval between keyfames.

on2sc video_options_SetKeyframeInterval

(

FLIX2HANDLE

flix, const

int32_t

lKeyframeInter-

val)

Set the interval between keyfames.

on2sc

video_options_GetKeyframeIntervalType

(const

FLIX2HANDLE

flix,

FE2_-

VideoKeyframeTypes

∗pKeyframeIntervalType)

Get the current keyframe interval type.

on2sc

video_options_SetKeyframeIntervalType

(

FLIX2HANDLE

flix,

const

FE2_-

VideoKeyframeTypes

keyframeIntervalType)

Set the keyframe interval type.

on2sc

video_options_GetMaximumBitrate

(const

FLIX2HANDLE

flix,

int32_-

t

∗lpMaximumBitrate)

Get the current maximum bitrate target.

on2sc video_options_SetMaximumBitrate

(

FLIX2HANDLE

flix, const

int32_t

lMaximumBitrate)

Set the maximum bitrate target.

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

Advertising