Package | Description |
---|---|
org.jlibrtp |
The jlibrtp package contains the core classes of jlibrtp.
|
org.jlibrtp.protocols.rtp |
Modifier and Type | Method and Description |
---|---|
protected DataFrame |
PktBuffer.popOldestFrame()
Checks the oldest frame, if there is one, sees whether it is complete.
|
Modifier and Type | Method and Description |
---|---|
void |
RTPAppIntf.receiveData(DataFrame frame,
Participant participant)
The callback method through which the application will receive
data from jlibrtp.
|
Modifier and Type | Method and Description |
---|---|
void |
RTPURLConnection.receiveData(DataFrame frame,
Participant p)
TODO PipeOutputStream.write blocks until data is written! work around it
|