|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RtpFlow
RtpFlow Interface. The role of a RtpFlow is simply to handle media data transfer between two end points as well as playback and capture.
| Method Summary | |
|---|---|
void |
addMediaListener(MediaListener listener)
Add a listener to be informed when there of media events. |
String |
getLocalAddress()
Gives the local address used by this flow |
int |
getLocalPort()
Gives the local port used by this flow |
String |
getRemoteAddress()
Gives the remote address used by this flow |
int |
getRemotePort()
Gives the remote port used by this flow |
void |
pause()
Pause transmission on this flow |
void |
resume()
Resume transmission on this flow |
void |
start()
Start transmitting and receiving data inside this flow. |
void |
stop()
Stop transmission and reception of data inside this flow. |
| Method Detail |
|---|
void start()
void stop()
int getLocalPort()
String getLocalAddress()
int getRemotePort()
String getRemoteAddress()
void pause()
void resume()
void addMediaListener(MediaListener listener)
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||