#include <rtp.h>
Definition at line 230 of file mythplugins/mythphone/mythphone/rtp.h.
Public Member Functions | |
| Jitter () | |
| ~Jitter () | |
| RTPPACKET * | GetJBuffer () |
| void | FreeJBuffer (RTPPACKET *Buf) |
| void | InsertDTMF (RTPPACKET *Buffer) |
| void | InsertJBuffer (RTPPACKET *Buffer) |
| RTPPACKET * | DequeueJBuffer (ushort seqNum, int &reason) |
| int | DumpAllJBuffers (bool StopAtMarkerBit) |
| virtual int | compareItems (QPtrCollection::Item s1, QPtrCollection::Item s2) |
| int | AnyData () |
| bool | isPacketQueued (ushort Seq) |
| int | countPacketsInFrontOf (ushort Seq) |
| int | GotAllBufsInFrame (ushort seq, int offset) |
| void | CountMissingPackets (ushort seq, ushort &cntValid, ushort &cntMissing) |
| void | Debug () |
Private Attributes | |
| QPtrList< RTPPACKET > | FreeJitterQ |
| RTPPACKET * Jitter::GetJBuffer | ( | ) |
Definition at line 1563 of file rtp.cpp.
Referenced by rtp::StreamInAudio(), and rtp::StreamInVideo().
| void Jitter::FreeJBuffer | ( | RTPPACKET * | Buf | ) |
Definition at line 1569 of file rtp.cpp.
Referenced by DumpAllJBuffers(), rtp::PlayOutAudio(), rtp::StreamInAudio(), and rtp::StreamInVideo().
| void Jitter::InsertDTMF | ( | RTPPACKET * | Buffer | ) |
| void Jitter::InsertJBuffer | ( | RTPPACKET * | Buffer | ) |
Definition at line 1582 of file rtp.cpp.
Referenced by InsertDTMF(), rtp::StreamInAudio(), and rtp::StreamInVideo().
| RTPPACKET * Jitter::DequeueJBuffer | ( | ushort | seqNum, | |
| int & | reason | |||
| ) |
Definition at line 1612 of file rtp.cpp.
Referenced by rtp::PlayOutAudio(), rtp::StreamInAudio(), and rtp::StreamInVideo().
| int Jitter::DumpAllJBuffers | ( | bool | StopAtMarkerBit | ) |
| int Jitter::compareItems | ( | QPtrCollection::Item | s1, | |
| QPtrCollection::Item | s2 | |||
| ) | [virtual] |
| int Jitter::AnyData | ( | ) | [inline] |
Definition at line 242 of file mythplugins/mythphone/mythphone/rtp.h.
| bool Jitter::isPacketQueued | ( | ushort | Seq | ) |
| int Jitter::countPacketsInFrontOf | ( | ushort | Seq | ) |
| int Jitter::GotAllBufsInFrame | ( | ushort | seq, | |
| int | offset | |||
| ) |
| void Jitter::CountMissingPackets | ( | ushort | seq, | |
| ushort & | cntValid, | |||
| ushort & | cntMissing | |||
| ) |
| void Jitter::Debug | ( | ) |
QPtrList<RTPPACKET> Jitter::FreeJitterQ [private] |
Definition at line 251 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by Debug(), FreeJBuffer(), GetJBuffer(), Jitter(), and ~Jitter().
1.5.5