public class RtcpPktBYE extends RtcpPkt
Modifier and Type | Field and Description |
---|---|
protected byte[] |
reason
Optional reason
|
protected long[] |
ssrcArray
SSRCs saying bye, 32xn bits, n<16
|
Modifier | Constructor and Description |
---|---|
protected |
RtcpPktBYE(byte[] aRawPkt,
int start) |
protected |
RtcpPktBYE(long[] ssrcs,
byte[] aReason) |
Modifier and Type | Method and Description |
---|---|
void |
debugPrint() |
protected void |
encode()
This is just a dummy to make Eclipse complain less.
|
check, parseHeaders, writeHeaders