Video encoding options, 55 video encoding options, Video – Google Flix Engine Linux Reference Manual User Manual

Page 254: Options_getsourceheight(), Modules, Functions, 1 function documentation

Advertising
background image

248

Flix Engine Linux Module Documentation

5.55

Video Encoding Options

Modules

Deprecated

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_GetSwfHeight

(const

FLIX2HANDLE

flix,

int32_t

∗lpSwfHeight)

Gets the SWF height.

on2sc video_options_SetSwfHeight

(

FLIX2HANDLE

flix, const

int32_t

lSwfHeight)

Sets the SWF height.

on2sc video_options_GetSwfWidth

(const

FLIX2HANDLE

flix,

int32_t

∗lpSwfWidth)

Gets the SWF width.

on2sc video_options_SetSwfWidth

(

FLIX2HANDLE

flix, const

int32_t

lSwfWidth)

Sets the SWF width.

on2sc

video_options_GetUseCustomSwfDimensions

(const

FLIX2HANDLE

flix,

on2bool

∗bpUseCustomSwfDimensions)

Determine if the engine is using the SWF width and height for the SWF.

on2sc video_options_SetUseCustomSwfDimensions

(

FLIX2HANDLE

flix, const

on2bool

bUse-

CustomSwfDimensions)

Tells the engine to use the SWF width and SWF height for the SWF.

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.

5.55.1

Function Documentation

5.55.1.1

on2sc video_options_GetSourceHeight (const FLIX2HANDLE flix, int32_t ∗ height)

Get the height of the source video.

Parameters:

← flix Handle to the Flix Engine returned from

Flix2_Create()

or

Flix2_CreateEx()

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

Advertising