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

Page 79

Advertising
background image

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

Flix2_Create()

or

Flix2_CreateEx()

→ pEndTime Storage location to receive the result

Return values:

ON2_OK

on success

ON2_INVALID_PARAMS

should one or more of the preconditions fail

ON2_NET_ERROR

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

Flix2_Create()

or

Flix2_CreateEx()

→ pMaxFramesize Storage location to receive the result

Return values:

ON2_OK

on success

ON2_INVALID_PARAMS

should one or more of the preconditions fail

ON2_NET_ERROR

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

Flix2_Create()

or

Flix2_CreateEx()

Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen

Advertising