|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MediaStream in net.java.sip.communicator.impl.neomedia |
|---|
| Classes in net.java.sip.communicator.impl.neomedia that implement MediaStream | |
|---|---|
class |
AudioMediaStreamImpl
Extends MediaStreamImpl in order to provide an implementation of AudioMediaStream. |
class |
MediaStreamImpl
Implements MediaStream using JMF. |
class |
VideoMediaStreamImpl
Extends MediaStreamImpl in order to provide an implementation of VideoMediaStream. |
| Methods in net.java.sip.communicator.impl.neomedia that return MediaStream | |
|---|---|
MediaStream |
MediaServiceImpl.createMediaStream(MediaDevice device)
Create a MediaStream which will use a specific MediaDevice for capture and playback of media. |
MediaStream |
MediaServiceImpl.createMediaStream(StreamConnector connector,
MediaDevice device)
Creates a new MediaStream instance which will use the specified MediaDevice for both capture and playback of media exchanged via the specified StreamConnector. |
MediaStream |
MediaServiceImpl.createMediaStream(StreamConnector connector,
MediaDevice device,
SrtpControl srtpControl)
Creates a new MediaStream instance which will use the specified MediaDevice for both capture and playback of media exchanged via the specified StreamConnector. |
| Uses of MediaStream in net.java.sip.communicator.impl.protocol.jabber |
|---|
| Methods in net.java.sip.communicator.impl.protocol.jabber that return MediaStream | |
|---|---|
protected MediaStream |
CallPeerMediaHandlerGTalkImpl.initStream(String streamName,
StreamConnector connector,
MediaDevice device,
MediaFormat format,
MediaStreamTarget target,
MediaDirection direction,
List<RTPExtension> rtpExtensions,
boolean masterStream)
Creates if necessary, and configures the stream that this MediaHandler is using for the MediaType matching the one of the MediaDevice. |
protected MediaStream |
CallPeerMediaHandlerJabberImpl.initStream(String streamName,
StreamConnector connector,
MediaDevice device,
MediaFormat format,
MediaStreamTarget target,
MediaDirection direction,
List<RTPExtension> rtpExtensions,
boolean masterStream)
Creates if necessary, and configures the stream that this MediaHandler is using for the MediaType matching the one of the MediaDevice. |
| Uses of MediaStream in net.java.sip.communicator.service.neomedia |
|---|
| Subinterfaces of MediaStream in net.java.sip.communicator.service.neomedia | |
|---|---|
interface |
AudioMediaStream
Extends the MediaStream interface and adds methods specific to audio streaming. |
interface |
VideoMediaStream
Extends the MediaStream interface and adds methods specific to video streaming. |
| Classes in net.java.sip.communicator.service.neomedia that implement MediaStream | |
|---|---|
class |
AbstractMediaStream
Abstract base implementation of MediaStream to ease the implementation of the interface. |
| Methods in net.java.sip.communicator.service.neomedia that return MediaStream | |
|---|---|
MediaStream |
MediaService.createMediaStream(MediaDevice device)
Create a MediaStream which will use a specific MediaDevice for capture and playback of media. |
MediaStream |
MediaService.createMediaStream(StreamConnector connector,
MediaDevice device)
Creates a MediaStream that will be using the specified MediaDevice for both capture and playback of media exchanged via the specified StreamConnector. |
MediaStream |
MediaService.createMediaStream(StreamConnector connector,
MediaDevice device,
SrtpControl zrtpControl)
Creates a MediaStream that will be using the specified MediaDevice for both capture and playback of media exchanged via the specified StreamConnector. |
| Uses of MediaStream in net.java.sip.communicator.service.protocol.media |
|---|
| Methods in net.java.sip.communicator.service.protocol.media that return MediaStream | |
|---|---|
protected MediaStream |
MediaHandler.configureStream(CallPeerMediaHandler<?> callPeerMediaHandler,
MediaDevice device,
MediaFormat format,
MediaStreamTarget target,
MediaDirection direction,
List<RTPExtension> rtpExtensions,
MediaStream stream,
boolean masterStream)
Configures stream to use the specified device, format, target, direction, etc. |
(package private) MediaStream |
MediaHandler.getStream(CallPeerMediaHandler<?> callPeerMediaHandler,
MediaType mediaType)
Gets the MediaStream of this instance which is of a specific MediaType. |
MediaStream |
CallPeerMediaHandler.getStream(MediaType mediaType)
Gets the MediaStream of this CallPeerMediaHandler which is of a specific MediaType. |
(package private) MediaStream |
MediaHandler.initStream(CallPeerMediaHandler<?> callPeerMediaHandler,
StreamConnector connector,
MediaDevice device,
MediaFormat format,
MediaStreamTarget target,
MediaDirection direction,
List<RTPExtension> rtpExtensions,
boolean masterStream)
Creates if necessary, and configures the stream that this MediaHandler is using for the MediaType matching the one of the MediaDevice. |
protected MediaStream |
CallPeerMediaHandler.initStream(StreamConnector connector,
MediaDevice device,
MediaFormat format,
MediaStreamTarget target,
MediaDirection direction,
List<RTPExtension> rtpExtensions,
boolean masterStream)
Creates if necessary, and configures the stream that this MediaHandler is using for the MediaType matching the one of the MediaDevice. |
| Methods in net.java.sip.communicator.service.protocol.media with parameters of type MediaStream | |
|---|---|
protected MediaStream |
MediaHandler.configureStream(CallPeerMediaHandler<?> callPeerMediaHandler,
MediaDevice device,
MediaFormat format,
MediaStreamTarget target,
MediaDirection direction,
List<RTPExtension> rtpExtensions,
MediaStream stream,
boolean masterStream)
Configures stream to use the specified device, format, target, direction, etc. |
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||