Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.service.neomedia.MediaType

Packages that use MediaType
net.java.sip.communicator.impl.neomedia   
net.java.sip.communicator.impl.neomedia.codec   
net.java.sip.communicator.impl.neomedia.device   
net.java.sip.communicator.impl.neomedia.format   
net.java.sip.communicator.impl.neomedia.transform.sdes   
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.impl.protocol.sip.sdp   
net.java.sip.communicator.service.neomedia   
net.java.sip.communicator.service.neomedia.device   
net.java.sip.communicator.service.neomedia.format   
net.java.sip.communicator.service.protocol.event   
net.java.sip.communicator.service.protocol.media   
 

Uses of MediaType in net.java.sip.communicator.impl.neomedia
 

Methods in net.java.sip.communicator.impl.neomedia with parameters of type MediaType
 MediaDevice MediaServiceImpl.getDefaultDevice(MediaType mediaType, MediaUseCase useCase)
          Gets the default MediaDevice for the specified MediaType.
 List<MediaDevice> MediaServiceImpl.getDevices(MediaType mediaType, MediaUseCase useCase)
          Gets a list of the MediaDevices known to this MediaService and handling the specified MediaType.
static MediaFormat[] MediaUtils.getMediaFormats(MediaType mediaType)
          Gets the MediaFormats known to MediaUtils and being of the specified MediaType.
 void ZrtpControlImpl.start(MediaType mediaType)
          Starts and enables zrtp in the stream holding this control.
 

Uses of MediaType in net.java.sip.communicator.impl.neomedia.codec
 

Methods in net.java.sip.communicator.impl.neomedia.codec with parameters of type MediaType
 MediaFormat[] EncodingConfiguration.getAvailableEncodings(MediaType type)
          Get the available encodings for a specific MediaType.
 MediaFormat[] EncodingConfiguration.getSupportedEncodings(MediaType type)
          Gets the supported MediaFormats i.e.
 

Uses of MediaType in net.java.sip.communicator.impl.neomedia.device
 

Methods in net.java.sip.communicator.impl.neomedia.device that return MediaType
 MediaType AudioMixerMediaDevice.getMediaType()
          Gets the MediaType that this device supports.
 MediaType VideoTranslatorMediaDevice.getMediaType()
          Returns the MediaType that this device supports.
 MediaType MediaDeviceImpl.getMediaType()
          Gets the MediaType that this device supports.
 MediaType DeviceSystem.getMediaType()
           
 

Methods in net.java.sip.communicator.impl.neomedia.device with parameters of type MediaType
static DeviceSystem[] DeviceSystem.getDeviceSystems(MediaType mediaType)
           
static void DeviceSystem.initializeDeviceSystems(MediaType mediaType)
           
 

Constructors in net.java.sip.communicator.impl.neomedia.device with parameters of type MediaType
DeviceSystem(MediaType mediaType, String locatorProtocol)
           
DeviceSystem(MediaType mediaType, String locatorProtocol, int features)
           
MediaDeviceImpl(javax.media.CaptureDeviceInfo captureDeviceInfo, MediaType mediaType)
          Initializes a new MediaDeviceImpl instance which is to provide an implementation of MediaDevice for a CaptureDevice with a specific CaptureDeviceInfo and which is of a specific MediaType.
MediaDeviceImpl(MediaType mediaType)
          Initializes a new MediaDeviceImpl instance with a specific MediaType and with MediaDirection which does not allow sending.
 

Uses of MediaType in net.java.sip.communicator.impl.neomedia.format
 

Methods in net.java.sip.communicator.impl.neomedia.format that return MediaType
 MediaType AudioMediaFormatImpl.getMediaType()
          Gets the type of this MediaFormat which is AUDIO for AudioMediaFormatImpl instances.
 MediaType VideoMediaFormatImpl.getMediaType()
          Gets the type of this MediaFormat which is VIDEO for AudioMediaFormatImpl instances.
 

Methods in net.java.sip.communicator.impl.neomedia.format with parameters of type MediaType
 MediaFormat MediaFormatFactoryImpl.createUnknownMediaFormat(MediaType type)
          Creates an unknown MediaFormat.
 

Uses of MediaType in net.java.sip.communicator.impl.neomedia.transform.sdes
 

Methods in net.java.sip.communicator.impl.neomedia.transform.sdes with parameters of type MediaType
 void SDesControlImpl.start(MediaType type)
           
 

Uses of MediaType in net.java.sip.communicator.impl.protocol.jabber
 

Methods in net.java.sip.communicator.impl.protocol.jabber with parameters of type MediaType
 void CallJabberImpl.closeCobriStreamConnector(CallPeerJabberImpl peer, MediaType mediaType, CobriStreamConnector cobriStreamConnector)
          Closes a specific CobriStreamConnector which is associated with a MediaStream of a specific MediaType upon request from a specific CallPeer.
protected  void RawUdpTransportManager.closeStreamConnector(MediaType mediaType, StreamConnector streamConnector)
          Closes a specific StreamConnector associated with a specific MediaType.
 CobriStreamConnector CallJabberImpl.createCobriStreamConnector(CallPeerJabberImpl peer, MediaType mediaType, CobriConferenceIQ.Channel channel, StreamConnectorFactory factory)
          Initializes a CobriStreamConnector on behalf of a specific CallPeer to be used in association with a specific CobriConferenceIQ.Channel of a specific MediaType.
 ContentPacketExtension CallPeerMediaHandlerJabberImpl.createContentForMedia(MediaType mediaType)
          Creates a ContentPacketExtension for a particular stream.
 List<ContentPacketExtension> CallPeerMediaHandlerJabberImpl.createContentList(MediaType mediaType)
          Creates a List containing the ContentPacketExtensions of the streams of a specific MediaType that this handler is prepared to initiate depending on available MediaDevices and local on-hold and video transmission preferences.
protected  StreamConnector TransportManagerGTalkImpl.createStreamConnector(MediaType mediaType)
          Initializes a new StreamConnector to be used as the connector of the MediaStream with a specific MediaType.
protected  StreamConnector IceUdpTransportManager.createStreamConnector(MediaType mediaType)
          Initializes a new StreamConnector to be used as the connector of the MediaStream with a specific MediaType.
protected  StreamConnector RawUdpTransportManager.createStreamConnector(MediaType mediaType)
          Creates a media StreamConnector for a stream of a specific MediaType.
 StreamConnector TransportManagerGTalkImpl.getStreamConnector(MediaType mediaType)
          Gets the StreamConnector to be used as the connector of the MediaStream with a specific MediaType.
 StreamConnector IceUdpTransportManager.getStreamConnector(MediaType mediaType)
          Gets the StreamConnector to be used as the connector of the MediaStream with a specific MediaType.
 MediaStreamTarget TransportManagerGTalkImpl.getStreamTarget(MediaType mediaType)
          Implements TransportManagerJabberImpl.getStreamTarget(MediaType).
abstract  MediaStreamTarget TransportManagerJabberImpl.getStreamTarget(MediaType mediaType)
          Gets the MediaStreamTarget to be used as the target of the MediaStream with a specific MediaType.
 MediaStreamTarget IceUdpTransportManager.getStreamTarget(MediaType mediaType)
          Implements TransportManagerJabberImpl.getStreamTarget(MediaType).
 MediaStreamTarget RawUdpTransportManager.getStreamTarget(MediaType mediaType)
          Implements TransportManagerJabberImpl.getStreamTarget(MediaType).
 void TransportManagerGTalkImpl.sendHolePunchPacket(MediaStreamTarget target, MediaType type)
          Send empty UDP packet to target destination data/control ports in order to open port on NAT or RTP proxy if any.
 

Uses of MediaType in net.java.sip.communicator.impl.protocol.sip.sdp
 

Methods in net.java.sip.communicator.impl.protocol.sip.sdp that return MediaType
static MediaType SdpUtils.getMediaType(javax.sdp.MediaDescription description)
          Returns the media type (e.g.
 

Uses of MediaType in net.java.sip.communicator.service.neomedia
 

Fields in net.java.sip.communicator.service.neomedia declared as MediaType
 MediaType MediaTypeSrtpControl.mediaType
          The media type.
 

Methods in net.java.sip.communicator.service.neomedia that return MediaType
static MediaType MediaType.parseString(String mediaTypeName)
          Returns a MediaType value corresponding to the specified mediaTypeName or in other words MediaType.AUDIO for "audio" and MediaType.VIDEO for "video".
static MediaType MediaType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MediaType[] MediaType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.java.sip.communicator.service.neomedia with parameters of type MediaType
 MediaDevice MediaService.getDefaultDevice(MediaType mediaType, MediaUseCase useCase)
          Returns the default MediaDevice for the specified media type.
 List<MediaDevice> MediaService.getDevices(MediaType mediaType, MediaUseCase useCase)
          Returns a list containing all devices known to this service implementation and handling the specified MediaType.
static boolean AbstractMediaStream.matches(MediaFormat format, MediaType mediaType, String encoding, double clockRate, int channels, Map<String,String> formatParameters)
          Determines whether a specific MediaFormat has specific values for its properties mediaType, encoding, clockRate and channels for MediaFormats with mediaType equal to AUDIO.
 void SrtpControl.start(MediaType mediaType)
          Starts and enables zrtp in the stream holding this control.
 

Constructors in net.java.sip.communicator.service.neomedia with parameters of type MediaType
MediaTypeSrtpControl(MediaType mt, SrtpControlType sct)
          Creates a new instance of this class.
 

Uses of MediaType in net.java.sip.communicator.service.neomedia.device
 

Methods in net.java.sip.communicator.service.neomedia.device that return MediaType
 MediaType MediaDevice.getMediaType()
          Returns the MediaType that this device supports.
 

Uses of MediaType in net.java.sip.communicator.service.neomedia.format
 

Methods in net.java.sip.communicator.service.neomedia.format that return MediaType
 MediaType MediaFormat.getMediaType()
          Returns the type of this MediaFormat (e.g.
 

Methods in net.java.sip.communicator.service.neomedia.format with parameters of type MediaType
 MediaFormat MediaFormatFactory.createUnknownMediaFormat(MediaType type)
          Creates an unknown MediaFormat.
 

Uses of MediaType in net.java.sip.communicator.service.protocol.event
 

Methods in net.java.sip.communicator.service.protocol.event that return types with arguments of type MediaType
 Map<MediaType,MediaDirection> CallEvent.getMediaDirections()
          Return the media directions map
 List<MediaType> CallEvent.getMediaTypes()
          Return the media types supported by this call, if information is available.
 

Method parameters in net.java.sip.communicator.service.protocol.event with type arguments of type MediaType
 void CallEvent.setMediaDirections(Map<MediaType,MediaDirection> mediaDirections)
          Update media types for the event.
 

Uses of MediaType in net.java.sip.communicator.service.protocol.media
 

Methods in net.java.sip.communicator.service.protocol.media with parameters of type MediaType
protected  void MediaHandler.closeStream(CallPeerMediaHandler<?> callPeerMediaHandler, MediaType mediaType)
          Closes the MediaStream that this instance uses for a specific MediaType and prepares it for garbage collection.
protected  void CallPeerMediaHandler.closeStream(MediaType mediaType)
          Closes the MediaStream that this instance uses for a specific MediaType and prepares it for garbage collection.
 void TransportManager.closeStreamConnector(MediaType mediaType)
          Closes the existing StreamConnector, if any, associated with a specific MediaType and removes its reference from this TransportManager.
protected  void TransportManager.closeStreamConnector(MediaType mediaType, StreamConnector streamConnector)
          Closes a specific StreamConnector associated with a specific MediaType.
protected  StreamConnector TransportManager.createStreamConnector(MediaType mediaType)
          Creates a media StreamConnector.
 MediaDevice MediaAwareCall.getDefaultDevice(MediaType mediaType)
          Gets a MediaDevice which is capable of capture and/or playback of media of the specified MediaType, is the default choice of the user for a MediaDevice with the specified MediaType and is appropriate for the current state of this Call.
protected  MediaDevice CallPeerMediaHandler.getDefaultDevice(MediaType mediaType)
          Gets a MediaDevice which is capable of capture and/or playback of media of the specified MediaType, is the default choice of the user for a MediaDevice with the specified MediaType and is appropriate for the current states of the associated CallPeer and Call.
protected  MediaDirection CallPeerMediaHandler.getDirectionUserPreference(MediaType mediaType)
          Gets the MediaDirection value which represents the preference of the user with respect to streaming media of the specified MediaType.
(package private)  SrtpControlType MediaHandler.getEncryptionMethod(CallPeerMediaHandler<?> callPeerMediaHandler, MediaType mediaType)
          Gets the SRTP control type used for a given media type.
 SrtpControlType CallPeerMediaHandler.getEncryptionMethod(MediaType mediaType)
          Gets the SRTP control type used for a given media type.
protected  List<RTPExtension> CallPeerMediaHandler.getExtensionsForType(MediaType type)
          Returns a (possibly empty) List of RTPExtensions supported by the device that this media handler uses to handle media of the specified type.
(package private)  long MediaHandler.getRemoteSSRC(CallPeerMediaHandler<?> callPeerMediaHandler, MediaType mediaType)
           
 RTPTranslator MediaAwareCall.getRTPTranslator(MediaType mediaType)
          Gets the RTPTranslator which forwards RTP and RTCP traffic between the CallPeers of this Call when the local peer represented by this Call is acting as a conference focus i.e.
(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.
 StreamConnector TransportManager.getStreamConnector(MediaType mediaType)
          Returns the StreamConnector instance that this media handler should use for streams of the specified mediaType.
 void TransportManager.sendHolePunchPacket(MediaStreamTarget target, MediaType type)
          Send empty UDP packet to target destination data/control ports in order to open port on NAT or RTP proxy if any.
protected  void TransportManager.setTrafficClass(MediaStreamTarget target, MediaType type)
          Set traffic class (QoS) for the RTP socket.
 

Method parameters in net.java.sip.communicator.service.protocol.media with type arguments of type MediaType
 void AbstractOperationSetBasicTelephony.fireCallEvent(int eventID, Call sourceCall, Map<MediaType,MediaDirection> mediaDirections)
          Creates and dispatches a CallEvent notifying registered listeners that an event with id eventID has occurred on sourceCall.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.