|
MythTV
0.27pre
|
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 57 of file httplivestream.cpp.
|
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 66 of file httplivestream.cpp.
|
inline |
Runs mythtranscode for the given HTTP Live Stream ID.
Overrides QRunnable::run()
Definition at line 74 of file httplivestream.cpp.
|
private |
Definition at line 91 of file httplivestream.cpp.
Referenced by run().
1.8.1.2