#include <dr_audio_ancient.h>
Public Attributes | |
unsigned int | bitsPerSample |
The number of bits per sample. More... | |
unsigned int | channels |
The number of channels. This should be 1 for mono, 2 for stereo. More... | |
unsigned int | flags |
draudio_format | format |
The data format. More... | |
void * | pData |
A pointer to the initial data. More... | |
unsigned int | sampleRate |
The sample rate. More... | |
size_t | sizeInBytes |
The size in bytes of the data. More... | |
Definition at line 159 of file porcupine/demo/c/dr_libs/old/dr_audio_ancient.h.
unsigned int draudio_buffer_desc::bitsPerSample |
The number of bits per sample.
Definition at line 175 of file porcupine/demo/c/dr_libs/old/dr_audio_ancient.h.
unsigned int draudio_buffer_desc::channels |
The number of channels. This should be 1 for mono, 2 for stereo.
Definition at line 169 of file porcupine/demo/c/dr_libs/old/dr_audio_ancient.h.
unsigned int draudio_buffer_desc::flags |
Boolean flags. DRAUDIO_ENABLE_3D: Enable 3D positioning
Definition at line 163 of file porcupine/demo/c/dr_libs/old/dr_audio_ancient.h.
draudio_format draudio_buffer_desc::format |
The data format.
Definition at line 166 of file porcupine/demo/c/dr_libs/old/dr_audio_ancient.h.
void * draudio_buffer_desc::pData |
A pointer to the initial data.
Definition at line 181 of file porcupine/demo/c/dr_libs/old/dr_audio_ancient.h.
unsigned int draudio_buffer_desc::sampleRate |
The sample rate.
Definition at line 172 of file porcupine/demo/c/dr_libs/old/dr_audio_ancient.h.
size_t draudio_buffer_desc::sizeInBytes |
The size in bytes of the data.
Definition at line 178 of file porcupine/demo/c/dr_libs/old/dr_audio_ancient.h.