#include <rtp.h>
Definition at line 282 of file mythplugins/mythphone/mythphone/rtp.h.
Public Member Functions | |
| rtpListener (QSocketDevice *s, QWaitCondition *w) | |
| ~rtpListener () | |
| virtual void | run () |
Private Attributes | |
| QSocketDevice * | sock |
| QWaitCondition * | cond |
| bool | killThread |
| rtpListener::rtpListener | ( | QSocketDevice * | s, | |
| QWaitCondition * | w | |||
| ) | [inline] |
Definition at line 285 of file mythplugins/mythphone/mythphone/rtp.h.
| rtpListener::~rtpListener | ( | ) | [inline] |
Definition at line 286 of file mythplugins/mythphone/mythphone/rtp.h.
| virtual void rtpListener::run | ( | void | ) | [inline, virtual] |
Definition at line 287 of file mythplugins/mythphone/mythphone/rtp.h.
QSocketDevice* rtpListener::sock [private] |
Definition at line 290 of file mythplugins/mythphone/mythphone/rtp.h.
QWaitCondition* rtpListener::cond [private] |
Definition at line 291 of file mythplugins/mythphone/mythphone/rtp.h.
bool rtpListener::killThread [private] |
Definition at line 292 of file mythplugins/mythphone/mythphone/rtp.h.
1.5.5