beautypg.com

Flixengine2/video_options.h file reference, 45 flixengine2/video_options.h file reference, Engine2 – Google Flix Engine Linux Reference Manual User Manual

Page 335: Video_options.h, 1 detailed description, Enumerations, Functions

background image

6.45 flixengine2/video_options.h File Reference

329

6.45

flixengine2/video_options.h File Reference

6.45.1

Detailed Description

Reference module(s):

Video Encoding Options

,

Frame Rate

,

Scale

.

Definition in file

video_options.h

.

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_Reset

(

FLIX2HANDLE

flix)

Reset the video options to their defaults.

on2sc video_options_Validate

(const

FLIX2HANDLE

flix)

Ensure the current video settings are valid.

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)

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