Sound provider playback session. More...
Derived from: | None |
Derived by: | None |
Group: | Audio Mixing (Sound) |
#include <ClanLib/sound.h>
Class Members:
Construction: | |
| |
Returns the number of samples in the soundbuffer. | |
Returns the playback frequency of the input data. | |
Returns the current position in the playback stream. | |
Returns the number of channels filled when get_data is called. |
| |
Enable/disable session looping. | |
Returns true if no more input data is available. | |
Stops the current stream. | |
Start/continue playing of the stream. | |
Sets the position within the current stream. | |
Sets the end position within the current stream. | |
Called when a playback session needs more sample data. |
Detailed description:
Interface used by ClanLib during playback of sound providers.