#include <output.h>

Definition at line 25 of file output.h.
Public Types | |
| enum | Type { Playing = (User + 200), Buffering, Info, Paused, Stopped, Error } |
Public Member Functions | |
| OutputEvent (Type t) | |
| OutputEvent (long s, unsigned long w, int b, int f, int p, int c) | |
| OutputEvent (const QString &e) | |
| ~OutputEvent () | |
| const QString * | errorMessage () const |
| const long & | elapsedSeconds () const |
| const unsigned long & | writtenBytes () const |
| const int & | bitrate () const |
| const int & | frequency () const |
| const int & | precision () const |
| const int & | channels () const |
| virtual OutputEvent * | clone () |
Private Attributes | |
| QString * | error_msg |
| long | elasped_seconds |
| unsigned long | written_bytes |
| int | brate |
| int | freq |
| int | prec |
| int | chan |
| enum OutputEvent::Type |
| OutputEvent::OutputEvent | ( | long | s, | |
| unsigned long | w, | |||
| int | b, | |||
| int | f, | |||
| int | p, | |||
| int | c | |||
| ) | [inline] |
| const QString* OutputEvent::errorMessage | ( | ) | const [inline] |
Definition at line 55 of file output.h.
Referenced by PlaybackBoxMusic::customEvent(), and MusicPlayer::customEvent().
| const long& OutputEvent::elapsedSeconds | ( | ) | const [inline] |
Definition at line 57 of file output.h.
Referenced by PlaybackBoxMusic::customEvent(), MusicPlayer::customEvent(), and MiniPlayer::customEvent().
| const unsigned long& OutputEvent::writtenBytes | ( | ) | const [inline] |
| const int& OutputEvent::bitrate | ( | ) | const [inline] |
Definition at line 59 of file output.h.
Referenced by PlaybackBoxMusic::customEvent(), and MiniPlayer::customEvent().
| const int& OutputEvent::frequency | ( | ) | const [inline] |
Definition at line 60 of file output.h.
Referenced by PlaybackBoxMusic::customEvent(), and MiniPlayer::customEvent().
| const int& OutputEvent::channels | ( | ) | const [inline] |
Definition at line 62 of file output.h.
Referenced by PlaybackBoxMusic::customEvent(), and MiniPlayer::customEvent().
| virtual OutputEvent* OutputEvent::clone | ( | ) | [inline, virtual] |
QString* OutputEvent::error_msg [private] |
long OutputEvent::elasped_seconds [private] |
unsigned long OutputEvent::written_bytes [private] |
int OutputEvent::brate [private] |
int OutputEvent::freq [private] |
int OutputEvent::prec [private] |
int OutputEvent::chan [private] |
1.5.5