#include <dr_audio_ancient.h>
Public Attributes | |
| void * | pUserData |
| A pointer to the user data to pass to each callback. More... | |
| draudio_stream_read_proc | read |
| A pointer to the function to call when more data needs to be read. More... | |
| draudio_stream_seek_proc | seek |
| Seeks source data from the beginning of the file. More... | |
Definition at line 499 of file porcupine/demo/c/dr_libs/old/dr_audio_ancient.h.
| void * draudio_streaming_callbacks::pUserData |
A pointer to the user data to pass to each callback.
Definition at line 502 of file porcupine/demo/c/dr_libs/old/dr_audio_ancient.h.
| draudio_stream_read_proc draudio_streaming_callbacks::read |
A pointer to the function to call when more data needs to be read.
Definition at line 505 of file porcupine/demo/c/dr_libs/old/dr_audio_ancient.h.
| draudio_stream_seek_proc draudio_streaming_callbacks::seek |
Seeks source data from the beginning of the file.
Definition at line 508 of file porcupine/demo/c/dr_libs/old/dr_audio_ancient.h.