libmixed
|
#include <mixed.h>
Data Fields | |
float * | _data |
uint32_t | size |
uint32_t | read |
uint32_t | write |
uint32_t | reserved |
char | is_virtual |
An internal audio data buffer.
The sample array is always stored in floats. You should /not/ touch any of these fields yourself, including the data array. Use the request functions to retrieve proper pointers into the array for read/write operations.
float* mixed_buffer::_data |
char mixed_buffer::is_virtual |
Whether the buffer owns the data array.
uint32_t mixed_buffer::read |
uint32_t mixed_buffer::reserved |
uint32_t mixed_buffer::size |
uint32_t mixed_buffer::write |