Audio_options, Setflvaudioformat(), Audio_options_setbitrate – Google Flix Engine Linux Reference Manual User Manual
Page 23: Audio_options_setflvaudioformat
5.2 Deprecated
17
5.2.2.5
on2sc audio_options_Reset (FLIX2HANDLE flix)
Reset the audio encoding options to their default values.
Defaults are set as described by:
audio_options_SetFlvAudioFormat()
audio_options_SetSamplingrate()
and
Parameters:
← flix Handle to the flix engine returned from
or
Return values:
on success
should the precondition fail
the underlying communication layer failed
Precondition:
flix
is not NULL
Use the
and
interfaces.
5.2.2.6
on2sc audio_options_SetBitrate (FLIX2HANDLE flix, const FE2_AudioBitrates bitrate)
Set the bitrate to use in mp3 encoding.
Parameters:
← flix Handle to the flix engine returned from
or
← bitrate Bitrate to use encoding mp3 audio
Return values:
on success
should one or more of the preconditions fail
the underlying communication layer failed
Precondition:
flix
is not NULL
bitrate
is a valid member of
Note:
Default:
Use the
along with the
parameter. This function
will be removed in a future release. See also:
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen