SDL_AUDIO_ISSIGNED

Determine if an SDL_AudioFormat represents signed data.

For example, SDL_AUDIO_ISSIGNED(SDL_AUDIO_U8) returns 0.

extern (C) nothrow @nogc
enum SDL_AUDIO_ISSIGNED (
x
)

Parameters

x

an SDL_AudioFormat value.

Return Value

non-zero if format is signed, zero otherwise.

Threadsafety: It is safe to call this macro from any thread.

Meta