Retrieve the size, in bits, from an SDL_AudioFormat.
For example, SDL_AUDIO_BITSIZE(SDL_AUDIO_S16) returns 16.
an SDL_AudioFormat value.
data size in bits.
Threadsafety: It is safe to call this macro from any thread.
See Implementation
Retrieve the size, in bits, from an SDL_AudioFormat.
For example, SDL_AUDIO_BITSIZE(SDL_AUDIO_S16) returns 16.