List of all members.
Detailed Description
Base class for NetStream and InputDevice. Used for audio streams.
Constructor & Destructor Documentation
openalpp::Stream::Stream |
( |
|
) |
throw (NameError) |
openalpp::Stream::Stream |
( |
const Stream & |
stream |
) |
|
virtual openalpp::Stream::~Stream |
( |
|
) |
[protected, virtual] |
Member Function Documentation
Stream& openalpp::Stream::operator= |
( |
const Stream & |
stream |
) |
|
void openalpp::Stream::prepareForDeletion |
( |
|
) |
[inline] |
void openalpp::Stream::record |
( |
ALuint |
sourcename |
) |
|
Start recording. I.e. start copying data to buffers.
- Parameters:
-
| sourcename | is the (OpenAL) name of the source. |
void openalpp::Stream::seek |
( |
float |
time_s |
) |
|
void openalpp::Stream::stop |
( |
ALuint |
sourcename |
) |
|
Stop recording.
- Parameters:
-
| sourcename | is the (OpenAL) name of the source. |
Member Data Documentation
For double-buffering of sounds.
The documentation for this class was generated from the following file: