|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
DebugAppIntf | DebugAppIntf can be registered on RTPSession to provide simple debugging functionality. |
RTCPAppIntf | This is the callback interface for RTCP packets. |
RTCPAVPFIntf | This is the callback interface for the AVPF profile (RFC 4585) It is optional, you do not have to register it. |
RTPAppIntf | This is the callback interface for RTP packets. |
Class Summary | |
---|---|
DataFrame | Data structure to hold a complete frame if frame reconstruction is enabled, or the data from an individual packet if it is not It also contains most of the data from the individual packets that it is based on. |
Participant | A participant represents a peer in an RTPSession. |
RTPSession | The RTPSession object is the core of jlibrtp. |
The jlibrtp package contains the core classes of jlibrtp. Most of these classes are protected or private, developers looking to use jlibrtp should only concern themselves with
DebugAppIntf is great for checking network problems and keeping track of packets. If you need extensive debugging you should statically change the debug values in RTPSession.java and pay attention to the standard output.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |