My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
SDL_AudioDeviceEvent Struct Reference

Audio device event structure (event.adevice.*) More...

#include <SDL_events.h>

Public Attributes

Uint32 type
 
Uint32 timestamp
 
Uint32 which
 
Uint8 iscapture
 
Uint8 padding1
 
Uint8 padding2
 
Uint8 padding3
 

Detailed Description

Audio device event structure (event.adevice.*)

Member Data Documentation

Uint8 SDL_AudioDeviceEvent::iscapture

zero if an output device, non-zero if a capture device.

Uint32 SDL_AudioDeviceEvent::type
Uint32 SDL_AudioDeviceEvent::which

The audio device index for the ADDED event (valid until next SDL_GetNumAudioDevices() call), SDL_AudioDeviceID for the REMOVED event


The documentation for this struct was generated from the following file: