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