|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjlibrtp.RtcpPkt
jlibrtp.RtcpPktBYE
public class RtcpPktBYE
RTCP packets for sending Bye messages
Field Summary | |
---|---|
protected byte[] |
reason
Optional reason |
protected long[] |
ssrcArray
SSRCs saying bye, 32xn bits, n<16 |
Fields inherited from class jlibrtp.RtcpPkt |
---|
itemCount, length, packetType, padding, problem, rawPkt, received, ssrc, time, version |
Constructor Summary | |
---|---|
protected |
RtcpPktBYE(byte[] aRawPkt,
int start)
|
protected |
RtcpPktBYE(long[] ssrcs,
byte[] aReason)
|
Method Summary | |
---|---|
void |
debugPrint()
|
protected void |
encode()
This is just a dummy to make Eclipse complain less. |
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 long[] ssrcArray
protected byte[] reason
Constructor Detail |
---|
protected RtcpPktBYE(long[] ssrcs, byte[] aReason)
protected RtcpPktBYE(byte[] aRawPkt, int start)
Method Detail |
---|
protected void encode()
RtcpPkt
encode
in class RtcpPkt
public void debugPrint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |