Searched refs:adevice (Results 1 – 5 of 5) sorted by relevance
95 int index = e.adevice.which; in iteration()96 int iscapture = e.adevice.iscapture; in iteration()118 dev = (SDL_AudioDeviceID) e.adevice.which; in iteration()119 SDL_Log("%s device %u removed.\n", devtypestr(e.adevice.iscapture), (unsigned int) dev); in iteration()
163 if ((event.type == SDL_AUDIODEVICEADDED && !event.adevice.iscapture) || in main()164 …(event.type == SDL_AUDIODEVICEREMOVED && !event.adevice.iscapture && event.adevice.which == device… in main()
480 event.adevice.type = SDL_AUDIODEVICEADDED; in SDL_AddAudioDevice()481 event.adevice.which = device_index; in SDL_AddAudioDevice()482 event.adevice.iscapture = iscapture; in SDL_AddAudioDevice()511 event.adevice.type = SDL_AUDIODEVICEREMOVED; in SDL_OpenedAudioDeviceDisconnected()512 event.adevice.which = device->id; in SDL_OpenedAudioDeviceDisconnected()513 event.adevice.iscapture = device->iscapture ? 1 : 0; in SDL_OpenedAudioDeviceDisconnected()
320 …mp=%u which=%u iscapture=%s)", (uint) event->adevice.timestamp, (uint) event->adevice.which, event… in SDL_LogEvent()
580 SDL_AudioDeviceEvent adevice; /**< Audio device event data */ member
Completed in 12 milliseconds