Video_options_validate(), Video_options_validate – Google Flix Engine Linux Reference Manual User Manual

Page 258

Advertising
background image

252

Flix Engine Linux Module Documentation

← bUseCustomSwfDimensions

on2true

to enable,

on2false

to disable.

Return values:

ON2_OK

Success.

ON2_NET_ERROR

The underlying communication layer failed.

Note:

By default, this is disabled.
This will automatically be set to enabled if

video_options_SetSwfWidth()

or

video_options_-

SetSwfHeight()

is called.

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_SWF

and the

FE2_SWF_WIDTH

/

FE2_SWF_-

HEIGHT

parameters. This function will be removed in a future release.

5.55.1.10

on2sc video_options_Validate (const FLIX2HANDLE flix)

Ensure the current video settings are valid.

Parameters:

← flix Handle to the Flix Engine returned from

Flix2_Create()

or

Flix2_CreateEx()

Return values:

ON2_OK

The video options are valid and encoding may proceed.

ON2_INVALID_PARAMS

One or more options are invalid. Proceeding with encoding may cause

encoding to fail or a file that does not match the specified options will be created.

ON2_NET_ERROR

The underlying communication layer failed.

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

Advertising