Function querySpec

Wraps Mix_QuerySpec which queries the default audio device information

std.typecons.Tuple!(uint,"frequency",dsdl.audio.AudioFormat,"format",uint,"channels") querySpec() @trusted;

Returns

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

Throws

dsdl.SDLException if failed to query the information