#include <rtp.h>
Definition at line 138 of file mythplugins/mythphone/mythphone/rtp.h.
Public Attributes | |
| uchar | RtcpVPRC |
| uchar | RtcpPT |
| ushort | RtcpLen |
| union { | |
| RTCP_SR sr | |
| } | d |
| char | padding [1500] |
| uchar RTCPPACKET::RtcpVPRC |
Definition at line 140 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp::parseRtcpMessage(), and rtp::sendRtcpSenderReport().
| uchar RTCPPACKET::RtcpPT |
Definition at line 141 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp::parseRtcpMessage(), and rtp::sendRtcpSenderReport().
| ushort RTCPPACKET::RtcpLen |
Definition at line 142 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp::parseRtcpMessage(), and rtp::sendRtcpSenderReport().
Definition at line 145 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp::parseRtcpMessage(), and rtp::sendRtcpSenderReport().
| union { ... } RTCPPACKET::d |
Referenced by rtp::parseRtcpMessage(), and rtp::sendRtcpSenderReport().
| char RTCPPACKET::padding[1500] |
Definition at line 147 of file mythplugins/mythphone/mythphone/rtp.h.
1.5.5