Video_options_setdeinterlace – Google Flix Engine Linux Reference Manual User Manual

Page 87

Advertising
background image

5.21 Deinterlace

81

Return values:

ON2_OK

The deinterlace filter enable status was successfully retrieved from the engine.

ON2_NET_ERROR

The underlying communication layer failed.

Note:

If a value other than ON2_OK is returned, the output variables should not be considered valid.

Deprecated

Use the

Filter Interface

along with

FE2_FILTER_ADAPTIVE_DEINTERLACE

. This function will

be removed in a future release.

5.21.5.2

on2sc video_options_SetDeinterlace (FLIX2HANDLE flix, const on2bool lDeinterlace)

Enable/disable the deinterlace filter.

Parameters:

← flix Handle to the Flix Engine returned from

Flix2_Create()

or

Flix2_CreateEx()

← lDeinterlace New deinterlace enable status.

on2true

to enable,

on2false

to disable.

Return values:

ON2_OK

The deinterlace enable status was successfully set in the engine.

ON2_NET_ERROR

The underlying communication layer failed.

Note:

By default, the deinterlace filter is disabled.
Using this function will force the use of 1:2:1 deinterlace.

Deprecated

Use the

Filter Interface

along with

FE2_FILTER_ADAPTIVE_DEINTERLACE

. This function will

be removed in a future release.

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

Advertising