Fe2_scale_width, Video_options_getimageheight, 4 function documentation – Google Flix Engine Linux Reference Manual User Manual
Page 152

146
Flix Engine Linux Module Documentation
Attention:
This function can NOT be used to obtain information about the unscaled input video, use
See also:
Definition at line 103 of file scale.h.
5.35.3.3
#define FE2_SCALE_WIDTH
Filter parameter name for scaled width.
Use FE2_SCALE_WIDTH with
and
to set and/or get the
scaled width of the video.
Note:
The value returned by a call to
when this name is specified should only be
considered valid if it follows a call to
Attention:
This function can NOT be used to obtain information about the unscaled input video, use
See also:
Definition at line 88 of file scale.h.
5.35.4
Function Documentation
5.35.4.1
on2sc video_options_GetImageHeight (const FLIX2HANDLE flix, int32_t ∗
lpImageHeight)
Get the current scaled image height.
Parameters:
← flix Handle to the Flix Engine returned from
or
→ lpImageHeight Image height (in pixels)
Return values:
The height value was successfully retrieved from the engine.
The underlying communication layer failed.
Note:
This value should only be considered valid if it follows a call to
video_options_SetImageHeight()
. It
can not be used to get information about the unscaled input video.
If a value other than ON2_OK is returned, the output variables should not be considered valid.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen