SDL_AUDIO_ISINT

Determine if an SDL_AudioFormat represents integer data.

For example, SDL_AUDIO_ISINT(SDL_AUDIO_F32) returns 0.

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

Parameters

x

an SDL_AudioFormat value.

Return Value

non-zero if format is integer, zero otherwise.

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

Meta