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

5.25 Cut
103
5.25.2.4
#define FE2_FILTER_CUT
Filter name for use with
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
or
→ pStartTime Clip start time (in seconds)
Return values:
The cut start time was successfully retrieved from the engine.
The underlying communication layer failed.
Note:
If a value other than ON2_OK is returned, the output variables should not be considered valid.
Please use:
•
•
•
With the constants:
•
•
•
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
or
→ pEndTime Clip stop time (in seconds, -1 for end)
Return values:
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