Home
last modified time | relevance | path

Searched defs:SDL_AudioDevice (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_sysaudio.h34 typedef struct SDL_AudioDevice SDL_AudioDevice; typedef
149 struct SDL_AudioDevice struct
153 SDL_AudioDeviceID id; argument
156 SDL_AudioSpec spec;
159 SDL_AudioCVT convert;
162 int use_streamer;
163 SDL_AudioStreamer streamer;
166 SDL_atomic_t shutdown; /* true if we are signaling the play thread to end. */
167 SDL_atomic_t enabled; /* true if device is functioning and connected. */
168 SDL_atomic_t paused;
[all …]