Reference module(s): Encoding Statistics. More...
Go to the source code of this file.
Functions | |
on2sc | encoding_status_GetAverageBitrate (const FLIX2HANDLE flix, int32_t *pBitrate) |
Retrieve the encoder's average (video) bitrate. | |
on2sc | encoding_status_GetAverageFramesize (const FLIX2HANDLE flix, int32_t *pFramesize) |
Retrieve the encoder's average (video) frame size. | |
on2sc | encoding_status_GetMaximumFramesize (const FLIX2HANDLE flix, int32_t *pMaxFramesize) |
Retrieve the encoder's maximum (video) frame size. | |
on2sc | encoding_status_GetMinimumFramesize (const FLIX2HANDLE flix, int32_t *pMinFramesize) |
Retrieve the encoder's minimum (video) frame size. | |
on2sc | encoding_status_GetTotalFrames (const FLIX2HANDLE flix, int32_t *pTotalFrames) |
Retrieve the total number of (video) frames encoded. | |
on2sc | encoding_status_GetElapsedTime (const FLIX2HANDLE flix, int32_t *pElapsedTime) |
Retrieve the total elapsed encode time. | |
on2sc | encoding_status_GetEndTime (const FLIX2HANDLE flix, int32_t *pEndTime) |
Retrieve the encode completion time. | |
on2sc | encoding_status_GetStartTime (const FLIX2HANDLE flix, int32_t *pStartTime) |
Retrieve the encode start time. | |
on2sc | encoding_status_PercentComplete (const FLIX2HANDLE flix, int32_t *percent) |
Retrieve the percent of the encode complete. |
Reference module(s): Encoding Statistics.
Definition in file encoding_status.h.