|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjlibrtp.RtcpPkt
jlibrtp.RtcpPktAPP
public class RtcpPktAPP
Application specific RTCP packets
Field Summary | |
---|---|
protected byte[] |
pktData
Data of packet |
protected byte[] |
pktName
Name of packet, 4 bytes ASCII |
Fields inherited from class jlibrtp.RtcpPkt |
---|
itemCount, length, packetType, padding, problem, rawPkt, received, ssrc, time, version |
Constructor Summary | |
---|---|
protected |
RtcpPktAPP(byte[] aRawPkt,
int start)
Constructor that parses a received Application RTCP packet |
protected |
RtcpPktAPP(long ssrc,
int subtype,
byte[] pktName,
byte[] pktData)
Constructor for a new Application RTCP packet |
Method Summary | |
---|---|
protected void |
encode()
Encode the packet into a byte[], saved in .rawPkt CompRtcpPkt will call this automatically |
Methods inherited from class jlibrtp.RtcpPkt |
---|
check, parseHeaders, writeHeaders |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected byte[] pktName
protected byte[] pktData
Constructor Detail |
---|
protected RtcpPktAPP(long ssrc, int subtype, byte[] pktName, byte[] pktData)
ssrc
- the SSRC of the sender, presumably taken from RTPSessionsubtype
- the subtype of packet, application specificpktName
- byte[4] representing ASCII name of packetpktData
- the byte[4x] data that represents the message itselfprotected RtcpPktAPP(byte[] aRawPkt, int start)
aRawPkt
- the raw packet containing the datestart
- where in the raw packet this packet startsMethod Detail |
---|
protected void encode()
encode
in class RtcpPkt
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |