Package | Description |
---|---|
org.jlibrtp |
The jlibrtp package contains the core classes of jlibrtp.
|
org.jlibrtp.protocols.rtp |
Modifier and Type | Field and Description |
---|---|
protected RTPAppIntf |
RTPSession.appIntf
Handle to application interface for RTP
|
Modifier and Type | Method and Description |
---|---|
int |
RTPSession.registerRTPSession(RTPAppIntf rtpApp,
RTCPAppIntf rtcpApp,
DebugAppIntf debugApp)
Registers an application (RTPAppIntf) with the RTP session.
|
Constructor and Description |
---|
AppCallerThread(RTPSession session,
RTPAppIntf rtpApp)
Instantiates the AppCallerThread
|
Modifier and Type | Class and Description |
---|---|
class |
RTPURLConnection
Title: RTPURLConnection
|