#include <sound.h>
Public Member Functions | |
| Sound (const std::string &filename) | |
| Sound () | |
| const std::string & | fileName () const |
| bool | isFinished () const |
| void | play () |
| void | stop () |
Static Public Member Functions | |
| static bool | available () |
| static bool | isAvailable () |
| static void | play (const std::string &filename) |
Protected Member Functions | |
| void | detach () |
| Wt::Sound::Sound | ( | const std::string & | filename | ) |
| Wt::Sound::Sound | ( | ) |
| bool Wt::Sound::available | ( | ) | [static] |
| void Wt::Sound::detach | ( | ) | [protected] |
| const std::string & Wt::Sound::fileName | ( | ) | const |
| bool Wt::Sound::isAvailable | ( | ) | [static] |
| bool Wt::Sound::isFinished | ( | ) | const |
| void Wt::Sound::play | ( | const std::string & | filename | ) | [static] |
| void Wt::Sound::play | ( | ) |
| void Wt::Sound::stop | ( | ) |
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.