Editor_options_getcutstarttime, Editor_options_getcutstoptime, 3 function documentation – Google Flix Engine Linux Reference Manual User Manual

Page 109

Advertising
background image

5.25 Cut

103

5.25.2.4

#define FE2_FILTER_CUT

Filter name for use with

Flix2_AddFilter()

.

Definition at line 52 of file cut.h.

5.25.3

Function Documentation

5.25.3.1

on2sc editor_options_GetCutStartTime (const FLIX2HANDLE flix, double ∗ pStartTime)

Get the current cut start time.

Parameters:

← flix Handle to the Flix Engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ pStartTime Clip start time (in seconds)

Return values:

ON2_OK

The cut start time 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.

5.25.3.2

on2sc editor_options_GetCutStopTime (const FLIX2HANDLE flix, double ∗ pEndTime)

Get the current cut stop time.

Parameters:

← flix Handle to the Flix Engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ pEndTime Clip stop time (in seconds, -1 for end)

Return values:

ON2_OK

The cut stop time was successfully retrieved from the engine.

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

Advertising