
106 Flix Engine Linux Module Documentation
Note:
This call will have no effect on the encoded video unless the cut filter is enabled with editor_options_-
SetUseCut(). The default value is -1.0 (end of source).
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.6 on2sc editor_options_SetUseCut (FLIX2HANDLE flix, const on2bool bUseCut)
Enable/disable the cut filter.
Parameters:
← flix Handle to the Flix Engine returned from Flix2_Create() or Flix2_CreateEx()
← bUseCut New cut enable status. on2true to enable, on2false to disable.
Return values:
ON2_OK The cut enable status was successfully set in the engine.
ON2_NET_ERROR The underlying communication layer failed.
Note:
By default, the cut filter is disabled.
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
Komentarze do niniejszej Instrukcji