querySpec

Wraps Mix_QuerySpec which queries the default audio device information

@safe @trusted
static if(bindSDLMixer)
MixerSpec
querySpec
()

Return Value

Type: MixerSpec

a named tuple detailing the default audio device's frequency, audio format, and channels

Throws

dsdl2.SDLException if failed to query the information

Meta