Encoding statistics, 17 encoding statistics, Functions – Google Flix Engine Linux Reference Manual User Manual
Page 77: 1 function documentation

5.17 Encoding Statistics
71
5.17
Encoding Statistics
Functions
•
on2sc encoding_status_GetAverageBitrate
(const
flix,
∗pBitrate)
Retrieve the encoder’s average (video) bitrate.
•
on2sc encoding_status_GetAverageFramesize
(const
flix,
∗pFramesize)
Retrieve the encoder’s average (video) frame size.
•
encoding_status_GetMaximumFramesize
(const
flix,
∗pMaxFramesize)
Retrieve the encoder’s maximum (video) frame size.
•
encoding_status_GetMinimumFramesize
(const
flix,
∗pMinFramesize)
Retrieve the encoder’s minimum (video) frame size.
•
on2sc encoding_status_GetTotalFrames
(const
flix,
∗pTotalFrames)
Retrieve the total number of (video) frames encoded.
•
on2sc encoding_status_GetElapsedTime
(const
flix,
∗pElapsedTime)
Retrieve the total elapsed encode time.
•
on2sc encoding_status_GetEndTime
(const
flix,
∗pEndTime)
Retrieve the encode completion time.
•
on2sc encoding_status_GetStartTime
(const
flix,
∗pStartTime)
Retrieve the encode start time.
•
on2sc encoding_status_PercentComplete
(const
flix,
∗percent)
Retrieve the percent of the encode complete.
5.17.1
Function Documentation
5.17.1.1
on2sc encoding_status_GetAverageBitrate (const FLIX2HANDLE flix, int32_t ∗ pBitrate)
Retrieve the encoder’s average (video) bitrate.
Value is in bits per second (bps).
Parameters:
← flix Handle to the flix engine returned from
or
→ pBitrate Storage location to receive the result
Return values:
on success
should one or more of the preconditions fail
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen