beautypg.com

Editor_options_getusecut, Editor_options_setcutstarttime – Google Flix Engine Linux Reference Manual User Manual

Page 110

background image

104

Flix Engine Linux Module Documentation

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

Please use:

Flix2_AddFilter()

Flix2_FilterGetParam()

Flix2_FilterSetParam()

With the constants:

FE2_FILTER_CUT

FE2_CUT_START_SEC

FE2_CUT_STOP_SEC

for access to the flix engine cut filter.

5.25.3.3

on2sc editor_options_GetUseCut (const FLIX2HANDLE flix, on2bool ∗ pUseCut)

Determine if the cut filter is enabled.

Parameters:

← flix Handle to the Flix Engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ pUseCut Variable to update with the current saturation enable status

Return values:

ON2_OK

The cut 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

Please use:

Flix2_AddFilter()

Flix2_FilterGetParam()

Flix2_FilterSetParam()

With the constants:

FE2_FILTER_CUT

FE2_CUT_START_SEC

FE2_CUT_STOP_SEC

for access to the flix engine cut filter.

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