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