|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjlibrtp.RtcpPkt
jlibrtp.RtcpPktSDES
public class RtcpPktSDES
RTCP packets for Source Descriptions
Field Summary | |
---|---|
protected Participant[] |
participants
The participants to create SDES packets for |
(package private) boolean |
reportSelf
Whether the RTP Session object should be inclduded |
(package private) RTPSession |
rtpSession
The parent RTP Session object, holds participant database |
Fields inherited from class jlibrtp.RtcpPkt |
---|
itemCount, length, packetType, padding, problem, rawPkt, received, ssrc, time, version |
Constructor Summary | |
---|---|
protected |
RtcpPktSDES(boolean reportThisSession,
RTPSession rtpSession,
Participant[] additionalParticipants)
Constructor to create a new SDES packet TODO: Currently the added participants are not actually encoded because the library lacks some support for acting as mixer or relay in other areas. |
protected |
RtcpPktSDES(byte[] aRawPkt,
int start,
java.net.InetSocketAddress socket,
ParticipantDatabase partDb)
Constructor that parses a received packet |
Method Summary | |
---|---|
void |
debugPrint()
Debug purposes only |
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 |
---|
boolean reportSelf
RTPSession rtpSession
protected Participant[] participants
Constructor Detail |
---|
protected RtcpPktSDES(boolean reportThisSession, RTPSession rtpSession, Participant[] additionalParticipants)
reportThisSession
- include information from RTPSession as a participantrtpSession
- the session itselfadditionalParticipants
- additional participants to includeprotected RtcpPktSDES(byte[] aRawPkt, int start, java.net.InetSocketAddress socket, ParticipantDatabase partDb)
aRawPkt
- the byte[] containing the packetstart
- where in the byte[] this packet startssocket
- the address from which the packet was receivedpartDb
- the participant databaseMethod Detail |
---|
protected void encode()
encode
in class RtcpPkt
public void debugPrint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |