|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RtpFlow | |
|---|---|
| net.java.sip.communicator.impl.media | |
| net.java.sip.communicator.service.media | |
| net.java.sip.communicator.service.media.event | |
| Uses of RtpFlow in net.java.sip.communicator.impl.media |
|---|
| Classes in net.java.sip.communicator.impl.media that implement RtpFlow | |
|---|---|
class |
RtpFlowImpl
Implementation of a RtpFlow which is a bridge for data transmission between two end points. |
| Methods in net.java.sip.communicator.impl.media that return RtpFlow | |
|---|---|
RtpFlow |
MediaServiceImpl.createRtpFlow(String localIP,
int localPort,
String remoteIP,
int remotePort,
Map<String,List<String>> mediaEncodings)
A RtpFlow is an object which role is to handle media data transfer, capture and playback. |
| Uses of RtpFlow in net.java.sip.communicator.service.media |
|---|
| Methods in net.java.sip.communicator.service.media that return RtpFlow | |
|---|---|
RtpFlow |
MediaService.createRtpFlow(String localIP,
int localPort,
String remoteIP,
int remotePort,
Map<String,List<String>> mediaEncodings)
Create a RtpFlow which will manage media data transfer on the specified addresses and ports, using the specified codec. |
| Uses of RtpFlow in net.java.sip.communicator.service.media.event |
|---|
| Constructors in net.java.sip.communicator.service.media.event with parameters of type RtpFlow | |
|---|---|
MediaEvent(RtpFlow flow,
String from)
Constructor for a new media event which occurs inside a RtpFlow. |
|
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||