Audio_options_reset, Audio_options_getstereo – Google Flix Engine Linux Reference Manual User Manual
Page 22

16
Flix Engine Linux Module Documentation
5.2.2.3
on2sc audio_options_GetSamplingrate (const FLIX2HANDLE flix,
FE2_AudioSamplingrates ∗ pSamplingrate)
Retrieve the current output sample rate.
Parameters:
← flix Handle to the flix engine returned from
or
→ pSamplingrate Storage location to receive the result
Return values:
on success
should one or more of the preconditions fail
the underlying communication layer failed
Precondition:
flix
is not NULL
pSamplingrate
is not NULL
Note:
How the default output sample rate is determined is described by
audio_options_SetSamplingrate()
Use the
along with
and the
pa-
rameter.
5.2.2.4
on2sc audio_options_GetStereo (const FLIX2HANDLE flix, on2bool ∗ pStereo)
Retrieve the current number of output audio channels.
Value indicates stereo (on2true) or mono (on2false)
Parameters:
← flix Handle to the flix engine returned from
or
→ pStereo Storage location to receive the result
Return values:
on success
should one or more of the preconditions fail
the underlying communication layer failed
Precondition:
flix
is not NULL
pStereo
is not NULL
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