Tao.Sdl SDK Documentation

Sdl.AUDIO_S16SYS Property

Native audio byte ordering

[Visual Basic]
Public Shared ReadOnly Property AUDIO_S16SYS As Integer
[C#]
public static int AUDIO_S16SYS {get;}

Remarks

Based on code from SDL_audio.h

            #if SDL_BYTEORDER == SDL_LIL_ENDIAN
            #define AUDIO_U16SYS    AUDIO_U16LSB
            #define AUDIO_S16SYS    AUDIO_S16LSB
            #else
            #define AUDIO_U16SYS    AUDIO_U16MSB
            #define AUDIO_S16SYS    AUDIO_S16MSB
            #endif
            

See Also

Sdl Class | Tao.Sdl Namespace