| Package | Description |
|---|---|
| org.jlibrtp |
The jlibrtp package contains the core classes of jlibrtp.
|
| Modifier and Type | Field and Description |
|---|---|
protected ParticipantDatabase |
RTPSession.partDb
Participant database
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
RtcpPkt.check(java.net.InetAddress adr,
ParticipantDatabase partDb)
Check whether this packet came from the source we expected.
|
| Constructor and Description |
|---|
RtcpPktSDES(byte[] aRawPkt,
int start,
java.net.InetSocketAddress socket,
ParticipantDatabase partDb)
Constructor that parses a received packet
|