Record TSDL_AudioDeviceEvent
Hierarchy
Methods
Properties
Unit
sdl2
Declaration
type TSDL_AudioDeviceEvent = record
Description
Overview
Fields
Description
Fields
|
type_: cuint32; |
|
|
timestamp: cuint32; |
::SDL_AUDIODEVICEADDED, or ::SDL_AUDIODEVICEREMOVED
|
|
which: cuint32; |
|
|
iscapture: cuint8; |
The audio device index for the ADDED event (valid until next SDL_GetNumAudioDevices() call), SDL_AudioDeviceID for the REMOVED event
|
|
padding1: cuint8; |
zero if an output device, non-zero if a capture device.
|
|
padding2: cuint8; |
|
|
padding3: cuint8; |
|
Generated by PasDoc 0.16.0.