Google Flix Engine Linux Reference Manual User Manual
Page 196

190
Flix Engine Linux Module Documentation
Parameters:
← flix Handle to the flix engine returned from
or
← format Raw video format
← width Video width
← height Video height
← pitch Video pitch (stride) in bytes. For YV12 stride is typically equal to width, for BGRA it’s
width ∗ 4
← rate Video rate (rate / scale = framerate)
← scale Video scale (rate / scale = framerate)
Return values:
on success
should one or more of the preconditions fail
Precondition:
flix
is not NULL
format
is a valid member of
width
and height are > 0
pitch
is non-zero
Attention:
Available only in the
Remarks:
Taken together with
, can be viewed as the analogue of
Note:
MUST be called before
if video output is desired
Calling this function after calling
) is NOT supported
If the input video is of variable framerate rate and scale may be omitted (i.e. set to 0)
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen