SDL_AUDIO_MASK_SIGNED

Mask of bits in an SDL_AudioFormat that contain the signed data flag.

Generally one should use SDL_AUDIO_ISSIGNED instead of this macro directly.

extern (C) nothrow @nogc
enum SDL_AUDIO_MASK_SIGNED = (1u << 15);

Meta