A B C D E F G I J L M N P R S T U

R

receiveData(DataFrame, Participant) - Method in interface jlibrtp.RTPAppIntf
The callback method through which the application will receive data from jlibrtp.
registerAVPFIntf(RTCPAVPFIntf, int, int, int) - Method in class jlibrtp.RTPSession
Set whether the stack should operate in RFC 4585 mode.
removeParticipant(Participant) - Method in class jlibrtp.RTPSession
Remove a participant from the database.
RRPktReceived(long, long[], int[], int[], long[], long[], long[], long[]) - Method in interface jlibrtp.RTCPAppIntf
This function is called whenever a Receiver Report (SR) packet is received and returns unmodified values.
RTCPAppIntf - Interface in jlibrtp
This is the callback interface for RTCP packets.
RTCPAVPFIntf - Interface in jlibrtp
This is the callback interface for the AVPF profile (RFC 4585) It is optional, you do not have to register it.
rtcpBandwidth() - Method in class jlibrtp.RTPSession
RFC 3550 dictates that 5% of the total bandwidth, as set by sessionBandwidth, should be dedicated to RTCP traffic.
rtcpBandwidth(int) - Method in class jlibrtp.RTPSession
Set the RTCP bandwidth, see rtcpBandwidth(void) for details.
rtcpDebugLevel - Static variable in class jlibrtp.RTPSession
The debug level is final to avoid compilation of if-statements.
0 provides no debugging information, 20 provides everything
Debug output is written to System.out
Debug level for RTCP related things.
RTPAppIntf - Interface in jlibrtp
This is the callback interface for RTP packets.
rtpDebugLevel - Static variable in class jlibrtp.RTPSession
The debug level is final to avoid compilation of if-statements.
0 provides no debugging information, 20 provides everything
Debug output is written to System.out
Debug level for RTP related things.
RTPFBPktReceived(long, int, int[], int[]) - Method in interface jlibrtp.RTCPAVPFIntf
This function is called when a Transport Layer Feedback Messages is received
RTPSession - Class in jlibrtp
The RTPSession object is the core of jlibrtp.
RTPSession(DatagramSocket, DatagramSocket) - Constructor for class jlibrtp.RTPSession
Returns an instance of a unicast RTP session.
RTPSession(MulticastSocket, MulticastSocket, InetAddress) - Constructor for class jlibrtp.RTPSession
Returns an instance of a multicast RTP session.
RTPSessionRegister(RTPAppIntf, RTCPAppIntf, DebugAppIntf) - Method in class jlibrtp.RTPSession
Registers an application (RTPAppIntf) with the RTP session.
rtpTimestamp() - Method in class jlibrtp.DataFrame
Returns the RTP timestamp of all the packets in the frame.

A B C D E F G I J L M N P R S T U