QRunnable class for running mythtranscode for HTTP Live Streams. More...
Public Member Functions | |
| HTTPLiveStreamThread (int streamid) | |
| Constructor for creating a SystemEventThread. | |
| void | run (void) |
| Runs mythtranscode for the given HTTP Live Stream ID. | |
Private Attributes | |
| int | m_streamID |
QRunnable class for running mythtranscode for HTTP Live Streams.
The HTTPLiveStreamThread class runs a mythtranscode command in non-blocking mode.
Definition at line 52 of file httplivestream.cpp.
| HTTPLiveStreamThread::HTTPLiveStreamThread | ( | int | streamid | ) | [inline] |
Constructor for creating a SystemEventThread.
| cmd | Command line to run for this System Event | |
| eventName | Optional System Event name for this command |
Definition at line 61 of file httplivestream.cpp.
| HTTPLiveStreamThread::run | ( | void | ) | [inline] |
Runs mythtranscode for the given HTTP Live Stream ID.
Overrides QRunnable::run()
Definition at line 69 of file httplivestream.cpp.
int HTTPLiveStreamThread::m_streamID [private] |
Definition at line 86 of file httplivestream.cpp.
Referenced by run().
1.6.3