Encoding_status_gettotalframes, Encoding_status_getstarttime, Encoding_status_percentcomplete – Google Flix Engine Linux Reference Manual User Manual
Page 80
74
Flix Engine Linux Module Documentation
→ pMinFramesize 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
pMinFramesize
is not NULL
5.17.1.7
on2sc encoding_status_GetStartTime (const FLIX2HANDLE flix, int32_t ∗ pStartTime)
Retrieve the encode start time.
Value is in milliseconds.
Parameters:
← flix Handle to the flix engine returned from
or
→ pStartTime 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
pStartTime
is not NULL
5.17.1.8
on2sc encoding_status_GetTotalFrames (const FLIX2HANDLE flix, int32_t ∗
pTotalFrames)
Retrieve the total number of (video) frames encoded.
Parameters:
← flix Handle to the flix engine returned from
or
→ pTotalFrames 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
pTotalFrames
is not NULL
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen