#include <output.h>
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 MythEvent * | clone (void) const |
Static Public Attributes | |
| static Type | Playing |
| static Type | Buffering |
| static Type | Info |
| static Type | Paused |
| static Type | Stopped |
| static Type | Error |
Private Member Functions | |
| OutputEvent (const OutputEvent &o) | |
| OutputEvent & | operator= (const OutputEvent &) |
Private Attributes | |
| QString * | error_msg |
| long | elasped_seconds |
| unsigned long | written_bytes |
| int | brate |
| int | freq |
| int | prec |
| int | chan |
Definition at line 30 of file output.h.
| OutputEvent::OutputEvent | ( | long | s, | |
| unsigned long | w, | |||
| int | b, | |||
| int | f, | |||
| int | p, | |||
| int | c | |||
| ) | [inline] |
| OutputEvent::OutputEvent | ( | const OutputEvent & | o | ) | [inline, private] |
| const QString* OutputEvent::errorMessage | ( | ) | const [inline] |
Definition at line 56 of file output.h.
Referenced by MusicPlayer::customEvent(), and MusicCommon::customEvent().
| const long& OutputEvent::elapsedSeconds | ( | ) | const [inline] |
Definition at line 58 of file output.h.
Referenced by MusicPlayer::customEvent(), and MusicCommon::customEvent().
| const unsigned long& OutputEvent::writtenBytes | ( | ) | const [inline] |
| const int& OutputEvent::bitrate | ( | ) | const [inline] |
Definition at line 60 of file output.h.
Referenced by MusicCommon::customEvent().
| const int& OutputEvent::frequency | ( | ) | const [inline] |
Definition at line 61 of file output.h.
Referenced by MusicCommon::customEvent().
| const int& OutputEvent::channels | ( | ) | const [inline] |
Definition at line 63 of file output.h.
Referenced by MusicCommon::customEvent().
| virtual MythEvent* OutputEvent::clone | ( | void | ) | const [inline, virtual] |
| OutputEvent& OutputEvent::operator= | ( | const OutputEvent & | ) | [private] |
QEvent::Type OutputEvent::Playing [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 67 of file output.h.
Referenced by MusicCommon::customEvent(), MainVisual::customEvent(), AudioOutputJACK::JackCallback(), and AudioOutputBase::OutputAudioLoop().
QEvent::Type OutputEvent::Buffering [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 68 of file output.h.
Referenced by MusicCommon::customEvent(), and MainVisual::customEvent().
QEvent::Type OutputEvent::Info [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 69 of file output.h.
Referenced by MusicPlayer::customEvent(), MusicCommon::customEvent(), and MainVisual::customEvent().
QEvent::Type OutputEvent::Paused [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 70 of file output.h.
Referenced by MusicCommon::customEvent(), MainVisual::customEvent(), AudioOutputJACK::JackCallback(), and AudioOutputBase::OutputAudioLoop().
QEvent::Type OutputEvent::Stopped [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 71 of file output.h.
Referenced by AudioOutputJACK::CloseDevice(), MusicCommon::customEvent(), MainVisual::customEvent(), AudioOutputBase::OutputAudioLoop(), and MusicPlayer::stop().
QEvent::Type OutputEvent::Error [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 72 of file output.h.
Referenced by MusicPlayer::customEvent(), MusicCommon::customEvent(), and MainVisual::customEvent().
QString* OutputEvent::error_msg [private] |
Definition at line 90 of file output.h.
Referenced by OutputEvent().
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.6.3