NCL Composer  0.1.5
 All Classes Functions Variables Pages
audioplayer Class Reference

Handles the creation of audio objects. More...

#include <audioplayer.h>

Inheritance diagram for audioplayer:
Collaboration diagram for audioplayer:

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.
 

Detailed Description

Handles the creation of audio objects.

Definition at line 23 of file audioplayer.h.

Constructor & Destructor Documentation

audioplayer::audioplayer ( QString  filename = "")

Constructor.

Parameters
Filenameis the variable for specifying the media object location.

Definition at line 25 of file audioplayer.cpp.

Here is the call graph for this function:


The documentation for this class was generated from the following files: