Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl

Packages that use MediaFormatImpl
net.java.sip.communicator.impl.neomedia.device   
net.java.sip.communicator.impl.neomedia.format   
 

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

Methods in net.java.sip.communicator.impl.neomedia.device that return MediaFormatImpl
 MediaFormatImpl<? extends javax.media.Format> MediaDeviceSession.getFormat()
          Gets the MediaFormat in which this instance captures media from its associated MediaDevice.
 

Methods in net.java.sip.communicator.impl.neomedia.device with parameters of type MediaFormatImpl
protected  void MediaDeviceSession.setCaptureDeviceFormat(javax.media.protocol.DataSource captureDevice, MediaFormatImpl<? extends javax.media.Format> mediaFormat)
           
protected  void MediaDeviceSession.setProcessorFormat(javax.media.Processor processor, MediaFormatImpl<? extends javax.media.Format> mediaFormat)
          Sets the MediaFormatImpl in which a specific Processor producing media to be streamed to the remote peer is to output.
protected  void VideoMediaDeviceSession.setProcessorFormat(javax.media.Processor processor, MediaFormatImpl<? extends javax.media.Format> mediaFormat)
          Sets the MediaFormatImpl in which a specific Processor producing media to be streamed to the remote peer is to output.
protected  javax.media.Format MediaDeviceSession.setProcessorFormat(javax.media.control.TrackControl trackControl, MediaFormatImpl<? extends javax.media.Format> mediaFormat, javax.media.Format format)
          Sets the MediaFormatImpl of a specific TrackControl of the Processor which produces the media to be streamed by this MediaDeviceSession to the remote peer.
protected  javax.media.Format VideoMediaDeviceSession.setProcessorFormat(javax.media.control.TrackControl trackControl, MediaFormatImpl<? extends javax.media.Format> mediaFormat, javax.media.Format format)
          Sets the MediaFormatImpl of a specific TrackControl of the Processor which produces the media to be streamed by this MediaDeviceSession to the remote peer.
 

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

Subclasses of MediaFormatImpl in net.java.sip.communicator.impl.neomedia.format
 class AudioMediaFormatImpl
          Implements AudioMediaFormat for the JMF AudioFormat.
 class VideoMediaFormatImpl
          Implements VideoMediaFormat for the JMF VideoFormat.
 

Methods in net.java.sip.communicator.impl.neomedia.format that return MediaFormatImpl
static MediaFormatImpl<? extends javax.media.Format> MediaFormatImpl.createInstance(javax.media.Format format, double clockRate, Map<String,String> formatParameters, Map<String,String> advancedAttrs)
          Creates a new MediaFormat instance for a specific JMF Format and assigns it specific clock rate and set of format-specific parameters.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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