|
Blender
V2.59
|
Saves the data for playback. More...

Public Attributes | |
| AUD_IReader * | reader |
| The reader source. | |
| bool | keep |
| Whether to keep the source if end of it is reached. | |
| float | volume |
| The volume of the source. | |
| int | loopcount |
| The loop count of the source. | |
| stopCallback | stop |
| The stop callback. | |
| void * | stop_data |
| Stop callback data. | |
Saves the data for playback.
Definition at line 41 of file AUD_SoftwareDevice.cpp.
Whether to keep the source if end of it is reached.
Definition at line 47 of file AUD_SoftwareDevice.cpp.
Referenced by AUD_SoftwareDevice::mix(), and AUD_SoftwareDevice::play().
The loop count of the source.
Definition at line 53 of file AUD_SoftwareDevice.cpp.
Referenced by AUD_SoftwareDevice::mix(), and AUD_SoftwareDevice::play().
The reader source.
Definition at line 44 of file AUD_SoftwareDevice.cpp.
Referenced by AUD_SoftwareDevice::destroy(), AUD_SoftwareDevice::getPosition(), AUD_SoftwareDevice::mix(), and AUD_SoftwareDevice::play().
The stop callback.
Definition at line 56 of file AUD_SoftwareDevice.cpp.
Referenced by AUD_SoftwareDevice::mix(), AUD_SoftwareDevice::play(), and AUD_SoftwareDevice::setStopCallback().
Stop callback data.
Definition at line 59 of file AUD_SoftwareDevice.cpp.
Referenced by AUD_SoftwareDevice::mix(), AUD_SoftwareDevice::play(), and AUD_SoftwareDevice::setStopCallback().
The volume of the source.
Definition at line 50 of file AUD_SoftwareDevice.cpp.
Referenced by AUD_SoftwareDevice::mix(), and AUD_SoftwareDevice::play().