Package | Description |
---|---|
org.jlibrtp |
The jlibrtp package contains the core classes of jlibrtp.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Hashtable<java.lang.Long,java.util.LinkedList<RtcpPktAPP>> |
RTCPSession.appQueue
APP queue , index is SSRC of target
|
Modifier and Type | Method and Description |
---|---|
protected RtcpPktAPP[] |
RTCPSession.getFromAppQueue(long targetSsrc)
Adds an RTCP APP (application) packet to the queue
|
Modifier and Type | Method and Description |
---|---|
protected void |
RTCPSession.addToAppQueue(long targetSsrc,
RtcpPktAPP aPkt)
Adds an RTCP APP (application) packet to the queue
|