#include <mythcontext.h>
Currently this is used for just one thing, increasing the priority of the video output thread to a real-time priority. These requests are made by calling gContext->addPrivRequest().
MythContext:addPrivRequest(MythPrivRequest::Type, void*)
Definition at line 95 of file mythcontext.h.
Public Types | |
| enum | Type { MythRealtime, MythExit, PrivEnd } |
Public Member Functions | |
| MythPrivRequest (Type t, void *data) | |
| Type | getType () const |
| void * | getData () const |
Private Attributes | |
| Type | m_type |
| void * | m_data |
| MythPrivRequest::MythPrivRequest | ( | Type | t, | |
| void * | data | |||
| ) | [inline] |
Definition at line 99 of file mythcontext.h.
| Type MythPrivRequest::getType | ( | ) | const [inline] |
Definition at line 100 of file mythcontext.h.
| void* MythPrivRequest::getData | ( | void | ) | const [inline] |
Definition at line 101 of file mythcontext.h.
Type MythPrivRequest::m_type [private] |
Definition at line 103 of file mythcontext.h.
void* MythPrivRequest::m_data [private] |
Definition at line 104 of file mythcontext.h.
1.5.5