#include <audio.h>
Inherits Wt::Audio::Chunk.
Public Member Functions | |
| virtual void | play (int duration=-1) |
| virtual void | fadeIn (int, int duration=-1) |
| virtual Audio::Channel * | channel () const |
| virtual Audio::Chunk * | clone () const |
| virtual void | detach () |
Protected Member Functions | |
| Chunk () | |
Friends | |
| class | NullAudio |
| Wt::NullAudio::Chunk::Chunk | ( | ) | [protected] |
Reimplemented from Wt::Audio::Chunk.
| Audio::Channel * Wt::NullAudio::Chunk::channel | ( | ) | const [virtual] |
Reimplemented from Wt::Audio::Chunk.
| Audio::Chunk * Wt::NullAudio::Chunk::clone | ( | ) | const [virtual] |
Reimplemented from Wt::Audio::Chunk.
| void Wt::NullAudio::Chunk::detach | ( | ) | [virtual] |
Reimplemented from Wt::Audio::Chunk.
| void Wt::NullAudio::Chunk::fadeIn | ( | int | , | |
| int | duration = -1 | |||
| ) | [virtual] |
Reimplemented from Wt::Audio::Chunk.
| void Wt::NullAudio::Chunk::play | ( | int | duration = -1 |
) | [virtual] |
Reimplemented from Wt::Audio::Chunk.
friend class NullAudio [friend] |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.