#include <rtp.h>
Definition at line 36 of file mythplugins/mythphone/mythphone/rtp.h.
Public Types | |
| enum | Type { RxVideoFrame = (QEvent::User + 300), RtpDebugEv, RtpStatisticsEv, RtpRtcpStatsEv } |
Public Member Functions | |
| RtpEvent (Type t, QString s="") | |
| RtpEvent (Type t, rtp *r, QTime tm, int ms, int s1, int s2, int s3, int s4, int s5, int s6, int s7, int s8, int s9, int s10, int s11, int s12, int s13, int s14, int s15, int s16) | |
| RtpEvent (Type t, rtp *r, QTime tm, int ms, int s1, int s2) | |
| ~RtpEvent () | |
| QString | msg () |
| rtp * | owner () |
| int | getPkIn () |
| int | getPkMissed () |
| int | getPkLate () |
| int | getPkOut () |
| int | getPkInDisc () |
| int | getPkOutDrop () |
| int | getBytesIn () |
| int | getBytesOut () |
| int | getFramesIn () |
| int | getFramesOut () |
| int | getFramesInDiscarded () |
| int | getFramesOutDiscarded () |
| int | getPeriod () |
| int | getRtcpFractionLoss () |
| int | getRtcpTotalLoss () |
| int | getMinPlayout () |
| int | getAvgPlayout () |
| int | getMaxPlayout () |
Private Attributes | |
| QString | text |
| rtp * | rtpThread |
| QTime | timestamp |
| int | msPeriod |
| int | pkIn |
| int | pkOut |
| int | pkOutDrop |
| int | pkMiss |
| int | pkLate |
| int | pkInDisc |
| int | framesIn |
| int | framesOut |
| int | framesInDisc |
| int | framesOutDisc |
| int | byteIn |
| int | byteOut |
| int | bytePlayed |
| int | rtcpFractionLoss |
| int | rtcpTotalLoss |
| int | minPlayout |
| int | avgPlayout |
| int | maxPlayout |
| enum RtpEvent::Type |
Definition at line 39 of file mythplugins/mythphone/mythphone/rtp.h.
| RtpEvent::RtpEvent | ( | Type | t, | |
| QString | s = "" | |||
| ) | [inline] |
Definition at line 41 of file mythplugins/mythphone/mythphone/rtp.h.
| RtpEvent::RtpEvent | ( | Type | t, | |
| rtp * | r, | |||
| QTime | tm, | |||
| int | ms, | |||
| int | s1, | |||
| int | s2, | |||
| int | s3, | |||
| int | s4, | |||
| int | s5, | |||
| int | s6, | |||
| int | s7, | |||
| int | s8, | |||
| int | s9, | |||
| int | s10, | |||
| int | s11, | |||
| int | s12, | |||
| int | s13, | |||
| int | s14, | |||
| int | s15, | |||
| int | s16 | |||
| ) | [inline] |
Definition at line 42 of file mythplugins/mythphone/mythphone/rtp.h.
Definition at line 49 of file mythplugins/mythphone/mythphone/rtp.h.
| RtpEvent::~RtpEvent | ( | ) | [inline] |
Definition at line 51 of file mythplugins/mythphone/mythphone/rtp.h.
| QString RtpEvent::msg | ( | ) | [inline] |
Definition at line 52 of file mythplugins/mythphone/mythphone/rtp.h.
| rtp* RtpEvent::owner | ( | ) | [inline] |
Definition at line 53 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::customEvent().
| int RtpEvent::getPkIn | ( | ) | [inline] |
Definition at line 54 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessAudioRtpStatistics(), and PhoneUIBox::ProcessVideoRtpStatistics().
| int RtpEvent::getPkMissed | ( | ) | [inline] |
Definition at line 55 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessAudioRtpStatistics(), and PhoneUIBox::ProcessVideoRtpStatistics().
| int RtpEvent::getPkLate | ( | ) | [inline] |
Definition at line 56 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessAudioRtpStatistics(), and PhoneUIBox::ProcessVideoRtpStatistics().
| int RtpEvent::getPkOut | ( | ) | [inline] |
Definition at line 57 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessAudioRtpStatistics(), and PhoneUIBox::ProcessVideoRtpStatistics().
| int RtpEvent::getPkInDisc | ( | ) | [inline] |
Definition at line 58 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessAudioRtpStatistics(), and PhoneUIBox::ProcessVideoRtpStatistics().
| int RtpEvent::getPkOutDrop | ( | ) | [inline] |
Definition at line 59 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessAudioRtpStatistics(), and PhoneUIBox::ProcessVideoRtpStatistics().
| int RtpEvent::getBytesIn | ( | ) | [inline] |
Definition at line 60 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessAudioRtpStatistics(), and PhoneUIBox::ProcessVideoRtpStatistics().
| int RtpEvent::getBytesOut | ( | ) | [inline] |
Definition at line 61 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessAudioRtpStatistics(), and PhoneUIBox::ProcessVideoRtpStatistics().
| int RtpEvent::getFramesIn | ( | ) | [inline] |
Definition at line 62 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessVideoRtpStatistics().
| int RtpEvent::getFramesOut | ( | ) | [inline] |
Definition at line 63 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessVideoRtpStatistics().
| int RtpEvent::getFramesInDiscarded | ( | ) | [inline] |
Definition at line 64 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessVideoRtpStatistics().
| int RtpEvent::getFramesOutDiscarded | ( | ) | [inline] |
Definition at line 65 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessVideoRtpStatistics().
| int RtpEvent::getPeriod | ( | ) | [inline] |
Definition at line 66 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessAudioRtpStatistics(), and PhoneUIBox::ProcessVideoRtpStatistics().
| int RtpEvent::getRtcpFractionLoss | ( | ) | [inline] |
Definition at line 67 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessAudioRtcpStatistics(), and PhoneUIBox::ProcessVideoRtcpStatistics().
| int RtpEvent::getRtcpTotalLoss | ( | ) | [inline] |
Definition at line 68 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessAudioRtcpStatistics(), and PhoneUIBox::ProcessVideoRtcpStatistics().
| int RtpEvent::getMinPlayout | ( | ) | [inline] |
Definition at line 69 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessAudioRtpStatistics().
| int RtpEvent::getAvgPlayout | ( | ) | [inline] |
Definition at line 70 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessAudioRtpStatistics().
| int RtpEvent::getMaxPlayout | ( | ) | [inline] |
Definition at line 71 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessAudioRtpStatistics().
QString RtpEvent::text [private] |
Definition at line 74 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by msg(), and RtpEvent().
rtp* RtpEvent::rtpThread [private] |
Definition at line 76 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by owner(), and RtpEvent().
QTime RtpEvent::timestamp [private] |
int RtpEvent::msPeriod [private] |
Definition at line 78 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getPeriod(), and RtpEvent().
int RtpEvent::pkIn [private] |
Definition at line 79 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getPkIn(), and RtpEvent().
int RtpEvent::pkOut [private] |
Definition at line 80 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getPkOut(), and RtpEvent().
int RtpEvent::pkOutDrop [private] |
Definition at line 81 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getPkOutDrop(), and RtpEvent().
int RtpEvent::pkMiss [private] |
Definition at line 82 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getPkMissed(), and RtpEvent().
int RtpEvent::pkLate [private] |
Definition at line 83 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getPkLate(), and RtpEvent().
int RtpEvent::pkInDisc [private] |
Definition at line 84 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getPkInDisc(), and RtpEvent().
int RtpEvent::framesIn [private] |
Definition at line 85 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getFramesIn(), and RtpEvent().
int RtpEvent::framesOut [private] |
Definition at line 86 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getFramesOut(), and RtpEvent().
int RtpEvent::framesInDisc [private] |
Definition at line 87 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getFramesInDiscarded(), and RtpEvent().
int RtpEvent::framesOutDisc [private] |
Definition at line 88 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getFramesOutDiscarded(), and RtpEvent().
int RtpEvent::byteIn [private] |
Definition at line 89 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getBytesIn(), and RtpEvent().
int RtpEvent::byteOut [private] |
Definition at line 90 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getBytesOut(), and RtpEvent().
int RtpEvent::bytePlayed [private] |
int RtpEvent::rtcpFractionLoss [private] |
Definition at line 92 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getRtcpFractionLoss(), and RtpEvent().
int RtpEvent::rtcpTotalLoss [private] |
Definition at line 93 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getRtcpTotalLoss(), and RtpEvent().
int RtpEvent::minPlayout [private] |
Definition at line 94 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getMinPlayout(), and RtpEvent().
int RtpEvent::avgPlayout [private] |
Definition at line 95 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getAvgPlayout(), and RtpEvent().
int RtpEvent::maxPlayout [private] |
Definition at line 96 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getMaxPlayout(), and RtpEvent().
1.5.5