MythTV  0.27pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Public Member Functions | Private Attributes | List of all members
HTTPLiveStreamThread Class Reference

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

Detailed Description

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.

Constructor & Destructor Documentation

HTTPLiveStreamThread::HTTPLiveStreamThread ( int  streamid)
inline

Constructor for creating a SystemEventThread.

Parameters
cmdCommand line to run for this System Event
eventNameOptional System Event name for this command

Definition at line 66 of file httplivestream.cpp.

Member Function Documentation

HTTPLiveStreamThread::run ( void  )
inline

Runs mythtranscode for the given HTTP Live Stream ID.

Overrides QRunnable::run()

Definition at line 74 of file httplivestream.cpp.

Member Data Documentation

int HTTPLiveStreamThread::m_streamID
private

Definition at line 91 of file httplivestream.cpp.

Referenced by run().


The documentation for this class was generated from the following file: