Video_options_setimageheight, Video_options_setimagewidth, Video_options_setimageheight() – Google Flix Engine Linux Reference Manual User Manual
Page 154: Video_options_setimagewidth()

148
Flix Engine Linux Module Documentation
5.35.4.3
on2sc video_options_GetUseSourceDimensions (const FLIX2HANDLE flix, on2bool ∗
bpUseSourceDimensions)
Determine if the source’s dimensions will be used instead of the scaled dimensions.
Parameters:
← flix Handle to the Flix Engine returned from
or
→ bpUseSourceDimensions Variable to update with the current dimension status
Return values:
The dimension status 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.
The flix engine encodes video using the video source dimensions by default. If
has not been added to the filter chain, video will be encoded using source dimensions.
5.35.4.4
on2sc video_options_SetImageHeight (FLIX2HANDLE flix, const int32_t lImageHeight)
Set the scaled image height.
Determines the scaled height of the output video.
Parameters:
← flix Handle to the Flix Engine returned from
or
← lImageHeight Image height (in pixels)
Return values:
The image height value was successfully set in the engine.
The value is out of range.
The underlying communication layer failed.
Note:
The default is to use the source’s height.
Please use:
•
•
•
With the constants:
•
•
•
for access to the flix engine video scaling filter.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen