Audio data format.
Specifies the size and type of each sample element.
AUDIO_U8 | Unsigned 8-bit samples |
AUDIO_S8 | Signed 8-bit samples |
AUDIO_U16AUDIO_U16LSB | Unsigned 16-bit little-endian samples |
AUDIO_S16AUDIO_S16LSB | Signed 16-bit little-endian samples |
AUDIO_U16MSB | Unsigned 16-bit big-endian samples |
AUDIO_S16MSB | Signed 16-bit big-endian samples |
AUDIO_U16SYS | Either AUDIO_U16LSB or AUDIO_U16MSB depending on you systems endianness |
AUDIO_S16SYS | Either AUDIO_S16LSB or AUDIO_S16MSB depending on you systems endianness |
Sdl.SDL_AudioSpec Class | Tao.Sdl Namespace