#include <stream.h>
Inheritance diagram for openalpp::Stream:
Public Member Functions | |
Stream () throw (NameError) | |
Stream (const Stream &stream) | |
Stream & | operator= (const Stream &stream) |
void | prepareForDeletion () |
void | record (ALuint sourcename) |
void | seek (float time_s) |
void | stop (ALuint sourcename) |
Protected Member Functions | |
virtual | ~Stream () |
Protected Attributes | |
openalpp::ref_ptr< SoundData > | buffer2_ |
openalpp::ref_ptr< StreamUpdater > | updater_ |
|
Default constructor. |
|
Copy constructor. |
|
Destructor. |
|
Assignment operator. |
|
|
|
Start recording. I.e. start copying data to buffers.
|
|
Seeks to specified time |
|
Stop recording.
|
|
For double-buffering of sounds. |
|
|