Editor_options_setcrop, Editor_options_setcropbounds – Google Flix Engine Linux Reference Manual User Manual
Page 105
5.24 Crop
99
Use the
along with
and the
and
parameters. This function will be removed
in a future release.
5.24.3.3
on2sc editor_options_SetCrop (FLIX2HANDLE flix, const on2bool crop)
Enable/disable the crop filter.
Parameters:
← flix Handle to the Flix Engine returned from
or
← crop New crop enable status.
to enable,
to disable.
Return values:
The crop enable status was successfully set in the engine.
The underlying communication layer failed.
Note:
By default, the crop filter is disabled.
Use the
along with
. This function will be removed in a future
release.
5.24.3.4
on2sc editor_options_SetCropBounds (FLIX2HANDLE flix, const int32_t top, const
int32_t left, const int32_t bottom, const int32_t right)
Set the current bounding box used for cropping.
Parameters:
← flix Handle to the Flix Engine returned from
or
← top Topmost row of the cropped area
← left Leftmost column of the cropped area
← bottom Bottommost row of the cropped area
← right Rightmost row of the cropped area
Return values:
The crop bounding box was successfully set in the engine.
The underlying communication layer failed.
Note:
This call will have no effect on the encoded video unless the crop filter is enabled with
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen