public interface DebugAppIntf
Modifier and Type | Method and Description |
---|---|
void |
importantEvent(int type,
java.lang.String description)
Other important events that can occur in session
-1 SSRC conflict
0 Session is terminating
|
void |
packetReceived(int type,
java.net.InetSocketAddress socket,
java.lang.String description)
This function wil notify you of any packets received, valid or not.
|
void |
packetSent(int type,
java.net.InetSocketAddress socket,
java.lang.String description)
This function will notify you of any packets sent from this instance of RTPSession.
|
void packetReceived(int type, java.net.InetSocketAddress socket, java.lang.String description)
type
- , the type of event, see above.socket
- , taken directly from the UDP packetdescription
- , see above.void packetSent(int type, java.net.InetSocketAddress socket, java.lang.String description)
type
- , the type of event, see abovesocket
- , taken directly from the UDP packetdescription
- , see abovevoid importantEvent(int type, java.lang.String description)
type
- see abovedescription
- , see above