SdlxAudioDeviceEvent.added constructor
SdlxAudioDeviceEvent.added({})
Implementation
factory SdlxAudioDeviceEvent.added({
int reserved = 0,
int timestamp = 0,
int which = 0,
bool recording = false,
}) => SdlxAudioDeviceEvent(
type: SDL_EVENT_AUDIO_DEVICE_ADDED,
reserved: reserved,
timestamp: timestamp,
which: which,
recording: recording,
);