[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
int Mix_QuerySpec(int *frequency, Uint16 *format, int *channels)
Get the actual audio format in use by the opened audio device. This may or may not match the parameters you passed to Mix_OpenAudio.
Returns: 0 on error. If the device was open the number of times it was opened will be returned. The values of the arguments variables are not set on an error.
|
See Also:
4.1.4 Mix_OpenAudio