NCL Composer
0.1.5
|
Handles the creation of audio objects. More...
#include <audioplayer.h>
Public Slots | |
void | play () |
Play the media object . | |
void | pause () |
Pause the media object . | |
void | stop () |
stop the media object . | |
void | setVolume (int volume) |
Public Member Functions | |
audioplayer (QString filename="") | |
Constructor. More... | |
~audioplayer () | |
Destructor. | |
Handles the creation of audio objects.
Definition at line 23 of file audioplayer.h.
audioplayer::audioplayer | ( | QString | filename = "" ) |
Constructor.
Filename | is the variable for specifying the media object location. |
Definition at line 25 of file audioplayer.cpp.