Uses of Class
org.jitsi.impl.neomedia.format.MediaFormatImpl
-
Packages that use MediaFormatImpl Package Description org.jitsi.impl.neomedia.device org.jitsi.impl.neomedia.format -
-
Uses of MediaFormatImpl in org.jitsi.impl.neomedia.device
Methods in org.jitsi.impl.neomedia.device that return MediaFormatImpl Modifier and Type Method Description MediaFormatImpl<? extends javax.media.Format>MediaDeviceSession. getFormat()Gets the MediaFormat in which this instance captures media from its associated MediaDevice.Methods in org.jitsi.impl.neomedia.device with parameters of type MediaFormatImpl Modifier and Type Method Description protected voidMediaDeviceSession. setCaptureDeviceFormat(javax.media.protocol.DataSource captureDevice, MediaFormatImpl<? extends javax.media.Format> mediaFormat)protected javax.media.FormatMediaDeviceSession. 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 voidMediaDeviceSession. 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.FormatVideoMediaDeviceSession. 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 voidVideoMediaDeviceSession. 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. -
Uses of MediaFormatImpl in org.jitsi.impl.neomedia.format
Subclasses of MediaFormatImpl in org.jitsi.impl.neomedia.format Modifier and Type Class Description classAudioMediaFormatImplImplements AudioMediaFormat for the JMF AudioFormat.classVideoMediaFormatImplImplements VideoMediaFormat for the JMF VideoFormat.Methods in org.jitsi.impl.neomedia.format that return MediaFormatImpl Modifier and Type Method Description static MediaFormatImpl<? extends javax.media.Format>MediaFormatImpl. createInstance(javax.media.Format format, double clockRate, Map<String,String> formatParameters, Map<String,String> advancedAttributess)Creates a new MediaFormat instance for a specific JMF Format and assigns it specific clock rate and set of format-specific parameters.
-