zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_AudioStreamer Struct Reference

#include <SDL_sysaudio.h>

Public Attributes

Uint8buffer
 
int max_len
 
int read_pos
 
int write_pos
 

Detailed Description

Definition at line 82 of file SDL_sysaudio.h.

Member Data Documentation

Uint8* SDL_AudioStreamer::buffer

Definition at line 84 of file SDL_sysaudio.h.

Referenced by SDL_StreamDeinit(), SDL_StreamRead(), and SDL_StreamWrite().

int SDL_AudioStreamer::max_len

Definition at line 85 of file SDL_sysaudio.h.

Referenced by SDL_StreamLength().

int SDL_AudioStreamer::read_pos

Definition at line 86 of file SDL_sysaudio.h.

Referenced by SDL_StreamLength(), and SDL_StreamRead().

int SDL_AudioStreamer::write_pos

Definition at line 86 of file SDL_sysaudio.h.

Referenced by SDL_StreamLength(), and SDL_StreamWrite().


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