#include <libmyth/output.h>
|
| 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 |
|
Definition at line 31 of file output.h.
◆ OutputEvent() [1/5]
OutputEvent::OutputEvent |
( |
Type |
type | ) |
|
|
inlineexplicit |
◆ OutputEvent() [2/5]
OutputEvent::OutputEvent |
( |
std::chrono::seconds |
s, |
|
|
unsigned long |
w, |
|
|
int |
b, |
|
|
int |
f, |
|
|
int |
p, |
|
|
int |
c |
|
) |
| |
|
inline |
◆ OutputEvent() [3/5]
OutputEvent::OutputEvent |
( |
const QString & |
e | ) |
|
|
inlineexplicit |
◆ ~OutputEvent()
OutputEvent::~OutputEvent |
( |
| ) |
|
|
inlineoverride |
◆ OutputEvent() [4/5]
◆ OutputEvent() [5/5]
◆ errorMessage()
const QString* OutputEvent::errorMessage |
( |
| ) |
const |
|
inline |
◆ elapsedSeconds()
const std::chrono::seconds& OutputEvent::elapsedSeconds |
( |
| ) |
const |
|
inline |
◆ writtenBytes()
const unsigned long& OutputEvent::writtenBytes |
( |
| ) |
const |
|
inline |
◆ bitrate()
const int& OutputEvent::bitrate |
( |
| ) |
const |
|
inline |
◆ frequency()
const int& OutputEvent::frequency |
( |
| ) |
const |
|
inline |
◆ precision()
const int& OutputEvent::precision |
( |
| ) |
const |
|
inline |
◆ channels()
const int& OutputEvent::channels |
( |
| ) |
const |
|
inline |
◆ clone()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ kPlaying
const QEvent::Type OutputEvent::kPlaying |
|
static |
◆ kBuffering
const QEvent::Type OutputEvent::kBuffering |
|
static |
◆ kInfo
const QEvent::Type OutputEvent::kInfo |
|
static |
◆ kPaused
const QEvent::Type OutputEvent::kPaused |
|
static |
◆ kStopped
const QEvent::Type OutputEvent::kStopped |
|
static |
◆ kError
const QEvent::Type OutputEvent::kError |
|
static |
◆ m_errorMsg
QString* OutputEvent::m_errorMsg {nullptr} |
|
private |
◆ m_elaspedSeconds
std::chrono::seconds OutputEvent::m_elaspedSeconds {0s} |
|
private |
◆ m_writtenBytes
unsigned long OutputEvent::m_writtenBytes {0} |
|
private |
◆ m_brate
int OutputEvent::m_brate {0} |
|
private |
◆ m_freq
int OutputEvent::m_freq {0} |
|
private |
◆ m_prec
int OutputEvent::m_prec {0} |
|
private |
◆ m_chan
int OutputEvent::m_chan {0} |
|
private |
The documentation for this class was generated from the following files: