public static class RtspClient.IRtcpHandler.CallbackAdapter extends java.lang.Object implements RtspClient.IRtcpHandler.ICallback
CallbackAdapter
- RtspClient.IRtcpHandler.ICallback
adapter.Constructor and Description |
---|
CallbackAdapter()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
onApp(MediaTrackInfo track,
int subtype,
java.lang.String name,
ByteArray data)
Notifies about 'app' event.
|
void |
onBye(MediaTrackInfo track,
java.lang.String reason)
Notifies about 'bye' event.
|
public void onApp(MediaTrackInfo track, int subtype, java.lang.String name, ByteArray data)
RtspClient.IRtcpHandler.ICallback
onApp
in interface RtspClient.IRtcpHandler.ICallback
track
- media tracksubtype
- sub-typename
- app namedata
- app datapublic void onBye(MediaTrackInfo track, java.lang.String reason)
RtspClient.IRtcpHandler.ICallback
onBye
in interface RtspClient.IRtcpHandler.ICallback