Function querySpec

Wraps Mix_QuerySpec which queries the default audio device information

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

Returns

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

Throws

dsdl2.SDLException if failed to query the information