Home | All Classes | Grouped Classes | Index | Search
Sound provider playback session. More...
Derived from:
none
Derived by:
none
Group: Sound (Audio Mixing)
#include <ClanLib/sound.h>
Construction:
Attributes:
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 playback sample format. | |
Returns the number of channels filled when get_data is called. |
Operations:
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. | |
Called when a playback session needs more sample data. |
Detailed description:
!group=Sound/Audio Mixing! !header=sound.h!Interface used by ClanLib during playback of sound providers.