Chunk.hasDecoder

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

class Chunk
static @trusted
static if(sdlMixerSupport >= SDLMixerSupport.v2_0_2)
bool
hasDecoder
(
string decoder
)

Parameters

decoder string

name of the chunk decoder

Return Value

Type: bool

true if available, otherwise false

Meta