SDL  2.0
SDL_AudioBufferQueue Struct Reference

#include <SDL_sysaudio.h>

+ Collaboration diagram for SDL_AudioBufferQueue:

Data Fields

Uint8 data [SDL_AUDIOBUFFERQUEUE_PACKETLEN]
 
Uint32 datalen
 
Uint32 startpos
 
struct SDL_AudioBufferQueuenext
 

Detailed Description

Definition at line 65 of file SDL_sysaudio.h.

Field Documentation

§ data

Uint8 SDL_AudioBufferQueue::data[SDL_AUDIOBUFFERQUEUE_PACKETLEN]

Definition at line 67 of file SDL_sysaudio.h.

Referenced by dequeue_audio_from_device(), and queue_audio_to_device().

§ datalen

Uint32 SDL_AudioBufferQueue::datalen

§ next

§ startpos

Uint32 SDL_AudioBufferQueue::startpos

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