SDL_AudioDeviceEvent

Undocumented in source.
static if(sdlSupport >= SDLSupport.sdl204)
struct SDL_AudioDeviceEvent {}

Members

Variables

iscapture
ubyte iscapture;
Undocumented in source.
padding1
ubyte padding1;
Undocumented in source.
padding2
ubyte padding2;
Undocumented in source.
padding3
ubyte padding3;
Undocumented in source.
timestamp
uint timestamp;
Undocumented in source.
type
uint type;
Undocumented in source.
which
uint which;
Undocumented in source.

Meta