Fe2_flvaudioformat, Flvaudiouncompressed, Flvaudiomp3 – Google Flix Engine Linux Reference Manual User Manual

Page 20: Fe2_audiosamplingrates, Hertz11025, Hertz22050, Hertz44100, Audio_options_getbitrate, 1 enumeration type documentation, 2 function documentation

Advertising
background image

14

Flix Engine Linux Module Documentation

Set the number of output audio channels.

on2sc audio_options_GetStereo

(const

FLIX2HANDLE

flix,

on2bool

∗pStereo)

Retrieve the current number of output audio channels.

5.2.1

Enumeration Type Documentation

5.2.1.1

enum FE2_AudioSamplingrates

Sample rates for use with

FE2_FILTER_RESAMPLE

and the

FE2_RESAMPLE_RATE

parameter.

Deprecated

With the addition of new

Muxers

the allowed sample rates will change. For this reason the desired

value should be entered directly in

Flix2_FilterSetParam()

.

Enumerator:

Hertz11025

Hertz22050

Hertz44100

Definition at line 70 of file audio_options.h.

5.2.1.2

enum FE2_FlvAudioFormat

Valid output audio formats for use in calls to

audio_options_GetFlvAudioFormat()

and

audio_options_-

SetFlvAudioFormat()

.

Deprecated

Use the

Codec Interface

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

Audio

Codecs

.

Enumerator:

FlvAudioUncompressed

FlvAudioMp3

Definition at line 59 of file audio_options.h.

5.2.2

Function Documentation

5.2.2.1

on2sc audio_options_GetBitrate (const FLIX2HANDLE flix, FE2_AudioBitrates ∗
pBitrate)

Retrieve the current mp3 bitrate.

Only has meaning when outputting

FlvAudioMp3

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

Advertising