#include <mythplayer.h>
Public Member Functions | |
| DecoderThread (MythPlayer *mp, bool start_paused) | |
| ~DecoderThread () | |
Protected Member Functions | |
| virtual void | run (void) |
| Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead. | |
Private Attributes | |
| MythPlayer * | m_mp |
| bool | m_start_paused |
Definition at line 100 of file mythplayer.h.
| DecoderThread::DecoderThread | ( | MythPlayer * | mp, | |
| bool | start_paused | |||
| ) | [inline] |
Definition at line 103 of file mythplayer.h.
| DecoderThread::~DecoderThread | ( | ) | [inline] |
Definition at line 105 of file mythplayer.h.
| void DecoderThread::run | ( | void | ) | [protected, virtual] |
Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead.
Reimplemented from MThread.
Definition at line 108 of file mythplayer.cpp.
MythPlayer* DecoderThread::m_mp [private] |
Definition at line 111 of file mythplayer.h.
Referenced by run().
bool DecoderThread::m_start_paused [private] |
Definition at line 112 of file mythplayer.h.
Referenced by run().
1.6.3