#include <rtp.h>
Definition at line 101 of file mythplugins/mythphone/mythphone/rtp.h.
Public Attributes | |
| int | len |
| uchar | RtpVPXCC |
| uchar | RtpMPT |
| ushort | RtpSequenceNumber |
| ulong | RtpTimeStamp |
| ulong | RtpSourceID |
| uchar | RtpData [IP_MAX_MTU-RTP_HEADER_SIZE-UDP_HEADER_SIZE] |
| int RTPPACKET::len |
Definition at line 103 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by Jitter::DequeueJBuffer(), rtp::fillPacketfromBuffer(), rtp::fillPacketfromMic(), rtp::fillPacketwithSilence(), Jitter::GotAllBufsInFrame(), Jitter::InsertDTMF(), rtp::PlayOutAudio(), rtp::StreamInAudio(), rtp::StreamInVideo(), and rtp::StreamOut().
| uchar RTPPACKET::RtpVPXCC |
Definition at line 104 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp::SendWaitingDtmf(), rtp::StreamInAudio(), rtp::StreamInVideo(), rtp::StreamOut(), and rtp::transmitQueuedVideo().
| uchar RTPPACKET::RtpMPT |
Definition at line 105 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by Jitter::DumpAllJBuffers(), Jitter::GotAllBufsInFrame(), rtp::SendWaitingDtmf(), rtp::StreamInAudio(), rtp::StreamInVideo(), rtp::StreamOut(), and rtp::transmitQueuedVideo().
| ushort RTPPACKET::RtpSequenceNumber |
Definition at line 106 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by Jitter::compareItems(), Jitter::CountMissingPackets(), Jitter::countPacketsInFrontOf(), Jitter::DequeueJBuffer(), Jitter::DumpAllJBuffers(), Jitter::GotAllBufsInFrame(), rtp::HandleRxDTMF(), Jitter::InsertJBuffer(), Jitter::isPacketQueued(), rtp::SendWaitingDtmf(), rtp::StreamInAudio(), rtp::StreamInVideo(), rtp::StreamOut(), and rtp::transmitQueuedVideo().
Definition at line 107 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp::HandleRxDTMF(), rtp::SendWaitingDtmf(), rtp::StreamInAudio(), rtp::StreamInVideo(), rtp::StreamOut(), and rtp::transmitQueuedVideo().
Definition at line 108 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp::SendWaitingDtmf(), rtp::StreamInAudio(), rtp::StreamInVideo(), rtp::StreamOut(), and rtp::transmitQueuedVideo().
| uchar RTPPACKET::RtpData[IP_MAX_MTU-RTP_HEADER_SIZE-UDP_HEADER_SIZE] |
Definition at line 109 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp::appendVideoPacket(), rtp::fillPacketfromBuffer(), rtp::fillPacketfromMic(), rtp::fillPacketwithSilence(), rtp::HandleRxDTMF(), rtp::PlayOutAudio(), rtp::SendWaitingDtmf(), rtp::StreamInVideo(), rtp::StreamOut(), and rtp::transmitQueuedVideo().
1.5.5