Static and streaming sound data containers. More...
Go to the source code of this file.
Classes | |
class | AUDIO::Buffer |
Represents a container for sound data, and handles the details of storage and streaming. This is a reference counted object, so all copies of the object refer to the same thing, and the object's data will only be freed once all copies are freed. More... | |
Namespaces | |
namespace | AUDIO |
Audio. | |
Enumerations | |
enum | AUDIO::BufferBehavior { AUDIO::STATIC_DATA = 0x100, AUDIO::STREAM_DATA } |
Determines how the buffer stores data, and how it reads data from its source. More... |
Static and streaming sound data containers.