Google Flix Engine Linux Reference Manual User Manual

Page 337

Advertising
background image

6.45 flixengine2/video_options.h File Reference

331

Gets the SWF framerate.

on2sc video_options_SetSwfFramerate

(

FLIX2HANDLE

flix, const

int32_t

swfFramerate)

Sets the SWF framerate.

on2sc

video_options_GetVideoCodec

(const

FLIX2HANDLE

flix,

FE2_VideoCodec

∗pVideoCodec)

Determine which video codec will be used.

on2sc video_options_SetVideoCodec

(

FLIX2HANDLE

flix, const

FE2_VideoCodec

videoCodec)

Select the video codec to be used.

on2sc video_options_GetAlphaPercentage

(const

FLIX2HANDLE

flix,

int32_t

∗percentage)

Gets the percentage of the video bitrate to be used to encode the alpha channel.

on2sc video_options_SetAlphaPercentage

(

FLIX2HANDLE

flix, const

int32_t

percentage)

Sets the percentage of the video bitrate to be used to encode the alpha channel.

on2sc video_options_GetSourceHeight

(const

FLIX2HANDLE

flix,

int32_t

∗height)

Get the height of the source video.

on2sc video_options_GetSourceWidth

(const

FLIX2HANDLE

flix,

int32_t

∗width)

Get the width of the source video.

on2sc video_options_AddFLVCuePoint

(

FLIX2HANDLE

flix, const char ∗pName, const double

time, const

FE2_CuePointType

type)

Adds a cue point to the FLV.

on2sc

video_options_AddFLVCuePointParameter

(

FLIX2HANDLE

flix,

const

char

∗pCuePointName, const char ∗pName, const char ∗pValue)

Adds a name/value parameter to an already added cue point.

on2sc video_options_GetCompressMode

(const

FLIX2HANDLE

flix,

FE2_CompressMode

∗mode)

Get the current VP6 compression mode.

on2sc video_options_SetCompressMode

(

FLIX2HANDLE

flix,

FE2_CompressMode

mode)

Set the VP6 compression mode.

Deprecated functions

on2sc video_options_GetImageHeight

(const

FLIX2HANDLE

flix,

int32_t

∗lpImageHeight)

Get the current scaled image height.

on2sc video_options_SetImageHeight

(

FLIX2HANDLE

flix, const

int32_t

lImageHeight)

Set the scaled image height.

on2sc video_options_GetImageWidth

(const

FLIX2HANDLE

flix,

int32_t

∗lpImageWidth)

Get the current scaled image width.

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

Advertising