#include <CloneBuffer.h>
Public Member Functions | |
| ISoundControl * | GetSoundControl () |
| ISoundControl * | GetSoundControl (unsigned i) |
Protected Member Functions | |
| CloneBuffer (SoundBufferManager *manager) | |
| virtual | ~CloneBuffer (void) |
| xl7::directsound::buffers::CloneBuffer::CloneBuffer | ( | SoundBufferManager * | manager | ) | [protected] |
Explicit constructor.
| xl7::directsound::buffers::CloneBuffer::~CloneBuffer | ( | void | ) | [protected, virtual] |
Destructor.
| ISoundControl * xl7::directsound::buffers::CloneBuffer::GetSoundControl | ( | unsigned | i | ) |
Returns the sound control object to play, pause and stop a specific sound buffer as well as to set and get specific sound settings.
| ISoundControl * xl7::directsound::buffers::CloneBuffer::GetSoundControl | ( | ) | [virtual] |
Returns the sound control object to play, pause and stop a sound buffer (that currently is not playing) as well as to set and get specific sound settings.
Reimplemented from xl7::directsound::buffers::SoundBuffer.
1.6.1