MythTV
master
|
#include <output.h>
Public Member Functions | |
OutputEvent (Type type) | |
OutputEvent (std::chrono::seconds s, unsigned long w, int b, int f, int p, int c) | |
OutputEvent (const QString &e) | |
~OutputEvent () override | |
const QString * | errorMessage () const |
const std::chrono::seconds & | elapsedSeconds () const |
const unsigned long & | writtenBytes () const |
const int & | bitrate () const |
const int & | frequency () const |
const int & | precision () const |
const int & | channels () const |
MythEvent * | clone (void) const override |
OutputEvent & | operator= (const OutputEvent &other)=delete |
OutputEvent (OutputEvent &&)=delete | |
OutputEvent & | operator= (OutputEvent &&)=delete |
![]() | |
MythEvent (int type) | |
MythEvent (int type, QString lmessage) | |
MythEvent (int type, QString lmessage, QStringList lextradata) | |
MythEvent (QString lmessage) | |
MythEvent (QString lmessage, QStringList lextradata) | |
MythEvent (QString lmessage, const QString &lextradata) | |
~MythEvent () override | |
const QString & | Message () const |
const QString & | ExtraData (int idx=0) const |
const QStringList & | ExtraDataList () const |
int | ExtraDataCount () const |
void | log (const QString &prefix) |
MythEvent * | clone () const override |
MythEvent (MythEvent &&)=delete | |
MythEvent & | operator= (MythEvent &&)=delete |
Static Public Attributes | |
static Type | Playing |
static Type | Buffering |
static Type | Info |
static Type | Paused |
static Type | Stopped |
static Type | Error |
![]() | |
static Type | MythEventMessage |
static Type | MythUserMessage |
static Type | kUpdateTvProgressEventType |
static Type | kExitToMainMenuEventType |
static Type | kMythPostShowEventType |
static Type | kPushDisableDrawingEventType |
static Type | kPopDisableDrawingEventType |
static Type | kLockInputDevicesEventType |
static Type | kUnlockInputDevicesEventType |
static Type | kUpdateBrowseInfoEventType |
static Type | kDisableUDPListenerEventType |
static Type | kEnableUDPListenerEventType |
Private Member Functions | |
OutputEvent (const OutputEvent &o) | |
Private Attributes | |
QString * | m_errorMsg {nullptr} |
std::chrono::seconds | m_elaspedSeconds {0s} |
unsigned long | m_writtenBytes {0} |
int | m_brate {0} |
int | m_freq {0} |
int | m_prec {0} |
int | m_chan {0} |
Additional Inherited Members | |
![]() | |
MythEvent (const MythEvent &other)=default | |
MythEvent & | operator= (const MythEvent &other)=default |
![]() | |
QString | m_message |
QStringList | m_extradata |
|
inline |
|
inlineexplicit |
|
inlineprivate |
|
delete |
|
inline |
|
inline |
|
delete |
|
delete |
|
static |
Definition at line 63 of file output.h.
Referenced by StreamView::customEvent(), MainVisual::customEvent(), MusicCommon::customEvent(), AudioOutputJACK::JackCallback(), and AudioOutputBase::OutputAudioLoop().
|
static |
Definition at line 64 of file output.h.
Referenced by StreamView::customEvent(), MainVisual::customEvent(), and MusicCommon::customEvent().
|
static |
Definition at line 65 of file output.h.
Referenced by LyricsView::customEvent(), MainVisual::customEvent(), MusicCommon::customEvent(), and MusicPlayer::customEvent().
|
static |
Definition at line 66 of file output.h.
Referenced by MainVisual::customEvent(), MusicCommon::customEvent(), AudioOutputJACK::JackCallback(), and AudioOutputBase::OutputAudioLoop().
|
static |
Definition at line 67 of file output.h.
Referenced by AudioOutputJACK::CloseDevice(), StreamView::customEvent(), MainVisual::customEvent(), MusicCommon::customEvent(), AudioOutputBase::OutputAudioLoop(), and MusicPlayer::stop().
|
static |
Definition at line 68 of file output.h.
Referenced by MainVisual::customEvent(), and MusicPlayer::customEvent().
|
private |
Definition at line 90 of file output.h.
Referenced by OutputEvent().
|
private |