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. |
on2sc encoding_status_GetAverageBitrate | ( | const FLIX2HANDLE | flix, | |
int32_t * | pBitrate | |||
) |
Retrieve the encoder's average (video) bitrate.
Value is in bits per second (bps).
[in] | flix | Handle to the flix engine returned from Flix2_Create() or Flix2_CreateEx() |
[out] | pBitrate | Storage location to receive the result |
ON2_OK | on success | |
ON2_INVALID_PARAMS | should one or more of the preconditions fail |
NULL
NULL
on2sc encoding_status_GetAverageFramesize | ( | const FLIX2HANDLE | flix, | |
int32_t * | pFramesize | |||
) |
Retrieve the encoder's average (video) frame size.
Value is in bytes.
[in] | flix | Handle to the flix engine returned from Flix2_Create() or Flix2_CreateEx() |
[out] | pFramesize | Storage location to receive the result |
ON2_OK | on success | |
ON2_INVALID_PARAMS | should one or more of the preconditions fail |
NULL
NULL
on2sc encoding_status_GetElapsedTime | ( | const FLIX2HANDLE | flix, | |
int32_t * | pElapsedTime | |||
) |
Retrieve the total elapsed encode time.
Value is in milliseconds.
[in] | flix | Handle to the flix engine returned from Flix2_Create() or Flix2_CreateEx() |
[out] | pElapsedTime | Storage location to receive the result |
ON2_OK | on success | |
ON2_INVALID_PARAMS | should one or more of the preconditions fail |
NULL
NULL
on2sc encoding_status_GetEndTime | ( | const FLIX2HANDLE | flix, | |
int32_t * | pEndTime | |||
) |
Retrieve the encode completion time.
Value is in milliseconds.
[in] | flix | Handle to the flix engine returned from Flix2_Create() or Flix2_CreateEx() |
[out] | pEndTime | Storage location to receive the result |
ON2_OK | on success | |
ON2_INVALID_PARAMS | should one or more of the preconditions fail |
NULL
NULL
on2sc encoding_status_GetMaximumFramesize | ( | const FLIX2HANDLE | flix, | |
int32_t * | pMaxFramesize | |||
) |
Retrieve the encoder's maximum (video) frame size.
Value is in bytes.
[in] | flix | Handle to the flix engine returned from Flix2_Create() or Flix2_CreateEx() |
[out] | pMaxFramesize | Storage location to receive the result |
ON2_OK | on success | |
ON2_INVALID_PARAMS | should one or more of the preconditions fail |
NULL
NULL
on2sc encoding_status_GetMinimumFramesize | ( | const FLIX2HANDLE | flix, | |
int32_t * | pMinFramesize | |||
) |
Retrieve the encoder's minimum (video) frame size.
Value is in bytes
[in] | flix | Handle to the flix engine returned from Flix2_Create() or Flix2_CreateEx() |
[out] | pMinFramesize | Storage location to receive the result |
ON2_OK | on success | |
ON2_INVALID_PARAMS | should one or more of the preconditions fail |
NULL
NULL
on2sc encoding_status_GetStartTime | ( | const FLIX2HANDLE | flix, | |
int32_t * | pStartTime | |||
) |
Retrieve the encode start time.
Value is in milliseconds.
[in] | flix | Handle to the flix engine returned from Flix2_Create() or Flix2_CreateEx() |
[out] | pStartTime | Storage location to receive the result |
ON2_OK | on success | |
ON2_INVALID_PARAMS | should one or more of the preconditions fail |
NULL
NULL
on2sc encoding_status_GetTotalFrames | ( | const FLIX2HANDLE | flix, | |
int32_t * | pTotalFrames | |||
) |
Retrieve the total number of (video) frames encoded.
[in] | flix | Handle to the flix engine returned from Flix2_Create() or Flix2_CreateEx() |
[out] | pTotalFrames | Storage location to receive the result |
ON2_OK | on success | |
ON2_INVALID_PARAMS | should one or more of the preconditions fail |
NULL
NULL
on2sc encoding_status_PercentComplete | ( | const FLIX2HANDLE | flix, | |
int32_t * | percent | |||
) |
Retrieve the percent of the encode complete.
Percent is returned as a whole number, e.g. 45.
[in] | flix | Handle to the flix engine returned from Flix2_Create() or Flix2_CreateEx() |
[out] | percent | Storage location to receive the result |
ON2_OK | on success | |
ON2_INVALID_PARAMS | should one or more of the preconditions fail |
NULL
NULL