Encoding_status_getmaximumframesize, Encoding_status_getminimumframesize – Google Flix Engine Linux Reference Manual User Manual
Page 79

5.17 Encoding Statistics
73
5.17.1.4
on2sc encoding_status_GetEndTime (const FLIX2HANDLE flix, int32_t ∗ pEndTime)
Retrieve the encode completion time.
Value is in milliseconds.
Parameters:
← flix Handle to the flix engine returned from
or
→ pEndTime Storage location to receive the result
Return values:
on success
should one or more of the preconditions fail
the underlying communication layer failed
Precondition:
flix
is not NULL
pEndTime
is not NULL
5.17.1.5
on2sc encoding_status_GetMaximumFramesize (const FLIX2HANDLE flix, int32_t ∗
pMaxFramesize)
Retrieve the encoder’s maximum (video) frame size.
Value is in bytes.
Parameters:
← flix Handle to the flix engine returned from
or
→ pMaxFramesize Storage location to receive the result
Return values:
on success
should one or more of the preconditions fail
the underlying communication layer failed
Precondition:
flix
is not NULL
pMaxFramesize
is not NULL
5.17.1.6
on2sc encoding_status_GetMinimumFramesize (const FLIX2HANDLE flix, int32_t ∗
pMinFramesize)
Retrieve the encoder’s minimum (video) frame size.
Value is in bytes
Parameters:
← flix Handle to the flix engine returned from
or
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen