public static interface RtspClient.IRtcpHandler.ICallback
ICallback
- callback.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.
|
void onApp(MediaTrackInfo track, int subtype, java.lang.String name, ByteArray data)
track
- media tracksubtype
- sub-typename
- app namedata
- app datavoid onBye(MediaTrackInfo track, java.lang.String reason)
track
- bye
- reason