Audio_options_getflvaudioformat(), Audio_options_getflvaudioformat, Audio_options_getsamplingrate – Google Flix Engine Linux Reference Manual User Manual

Page 21

Advertising
background image

5.2 Deprecated

15

Parameters:

← flix Handle to the flix engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ pBitrate 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

pBitrate

is not NULL

Note:

Default:

Bitrate64kbps

Deprecated

Use the

Codec Interface

along with the

FE2_CODECPARAM_BITRATE

parameter. This function

will be removed in a future release. See also:

Audio Codecs

.

5.2.2.2

on2sc audio_options_GetFlvAudioFormat (const FLIX2HANDLE flix,
FE2_FlvAudioFormat ∗ pFormat)

Retrieve the current output audio format.

Parameters:

← flix Handle to the flix engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ pFormat 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

pFormat

is not NULL

Deprecated

Use the

Codec Interface

. This function will be removed in a future release. See also:

Audio Codecs

.

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

Advertising