|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DebugAppIntf
DebugAppIntf can be registered on RTPSession to provide simple debugging functionality. This is particularly useful to determine whether the client is receing any data at all.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |