Function Chunk.hasDecoder

Wraps Mix_HasChunkDecoder (from SDL_mixer 2.0.2) which checks whether a chunk decoder is available

static bool hasDecoder (
  string decoder
) @trusted;

Parameters

NameDescription
decoder name of the chunk decoder

Returns

true if available, otherwise false