|
Audaspace 1.7.0
A high level audio library.
|
This sound plays two other factories behind each other. More...
#include <Double.h>

Public Member Functions | |
| Double (std::shared_ptr< ISound > sound1, std::shared_ptr< ISound > sound2) | |
| Creates a new double sound. | |
| virtual std::shared_ptr< IReader > | createReader () |
| Creates a reader for playback of the sound source. | |
| Public Member Functions inherited from ISound | |
| virtual | ~ISound () |
| Destroys the sound. | |
This sound plays two other factories behind each other.
Creates a new double sound.
| sound1 | The first input sound. |
| sound2 | The second input sound. |
|
virtual |