#include <music.h>
Public Slots | |
void | play () |
Public Member Functions | |
Music (QString fileName=QString()) | |
void | run () |
bool | isPlaying () const |
Protected Member Functions | |
void | open (std::string path) |
void | release () |
void | display () |
bool | playback () |
bool | update () |
void | setFileName (QString f) |
bool | stream (ALuint buffer) |
void | empty () |
void | check () |
std::string | errorString (int code) |
Definition at line 34 of file music.h.
void GluonAudio::Music::setFileName | ( | QString | f | ) | [inline, protected] |