Video_options_setswfwidth, Video_options_setusecustomswfdimensions – Google Flix Engine Linux Reference Manual User Manual

Page 257

Advertising
background image

5.55 Video Encoding Options

251

5.55.1.7

on2sc video_options_SetSwfHeight (FLIX2HANDLE flix, const int32_t lSwfHeight)

Sets the SWF height.

Parameters:

← flix Handle to the Flix Engine returned from

Flix2_Create()

or

Flix2_CreateEx()

← lSwfHeight SWF height.

Return values:

ON2_OK

Success.

ON2_NET_ERROR

The underlying communication layer failed.

Note:

By default, the SWF height will be the video height.

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_SWF

and the

FE2_SWF_HEIGHT

parameter. This

function will be removed in a future release.

5.55.1.8

on2sc video_options_SetSwfWidth (FLIX2HANDLE flix, const int32_t lSwfWidth)

Sets the SWF width.

Parameters:

← flix Handle to the Flix Engine returned from

Flix2_Create()

or

Flix2_CreateEx()

← lSwfWidth SWF width.

Return values:

ON2_OK

Success.

ON2_NET_ERROR

The underlying communication layer failed.

Note:

By default, the SWF width will be the video width.

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_SWF

and the

FE2_SWF_WIDTH

parameter. This

function will be removed in a future release.

5.55.1.9

on2sc video_options_SetUseCustomSwfDimensions (FLIX2HANDLE flix, const on2bool
bUseCustomSwfDimensions)

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

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