Uses of Interface
org.jitsi.service.neomedia.format.MediaFormat
-
-
Uses of MediaFormat in org.jitsi.impl.neomedia
Fields in org.jitsi.impl.neomedia declared as MediaFormat Modifier and Type Field Description static MediaFormat[]MediaUtils. EMPTY_MEDIA_FORMATSAn empty array with MediaFormat element type.Methods in org.jitsi.impl.neomedia that return MediaFormat Modifier and Type Method Description MediaFormatMediaStreamImpl. getFormat()Gets the MediaFormat that this stream is currently transmitting in.MediaFormatMediaStreamImpl. getFormat(byte pt)Returns the MediaFormat that is associated to the payload type passed in as a parameter.static MediaFormatMediaUtils. getMediaFormat(String encoding, double clockRate)Gets the MediaFormat known to MediaUtils and having the specified well-known encoding (name) and clockRate.static MediaFormatMediaUtils. getMediaFormat(String encoding, double clockRate, Map<String,String> fmtps)Gets the MediaFormat known to MediaUtils and having the specified well-known encoding (name), clockRate and matching format parameters.static MediaFormatMediaUtils. getMediaFormat(javax.media.Format format)Gets a MediaFormat predefined in MediaUtils which represents a specific JMF Format.static MediaFormat[]MediaUtils. getMediaFormats(byte rtpPayloadType)Gets the MediaFormats (expressed as an array) corresponding to a specific RTP payload type.static MediaFormat[]MediaUtils. getMediaFormats(org.jitsi.utils.MediaType mediaType)Gets the MediaFormats known to MediaUtils and being of the specified MediaType.Methods in org.jitsi.impl.neomedia that return types with arguments of type MediaFormat Modifier and Type Method Description Map<MediaFormat,Byte>MediaServiceImpl. getDynamicPayloadTypePreferences()Returns aMapthat binds indicates whatever preferences this media service implementation may have for the RTP payload type numbers that get dynamically assigned toMediaFormats with no static payload type.Map<Byte,MediaFormat>MediaStreamImpl. getDynamicRTPPayloadTypes()Gets the existing associations in this MediaStream of RTP payload types to MediaFormats.static List<MediaFormat>MediaUtils. getMediaFormats(String encoding)Gets the MediaFormats predefined in MediaUtils with a specific well-known encoding (name) as defined by RFC 3551 "RTP Profile for Audio and Video Conferences with Minimal Control".Methods in org.jitsi.impl.neomedia with parameters of type MediaFormat Modifier and Type Method Description voidMediaStreamImpl. addDynamicRTPPayloadType(byte rtpPayloadType, MediaFormat format)Adds a new association in this MediaStream of the specified RTP payload type with the specified MediaFormat in order to allow it to report rtpPayloadType in RTP flows sending and receiving media in format.static intMediaUtils. getMediaFormatIndex(MediaFormat mediaFormat)Gets the index of a specific MediaFormat instance within the internal storage of MediaUtils.protected voidVideoMediaStreamImpl. handleAttributes(MediaFormat format, Map<String,String> attrs)Handles attributes contained in MediaFormat.voidMediaStreamImpl. setFormat(MediaFormat format)Sets the MediaFormat that this MediaStream should transmit in. -
Uses of MediaFormat in org.jitsi.impl.neomedia.codec
Methods in org.jitsi.impl.neomedia.codec that return MediaFormat Modifier and Type Method Description MediaFormat[]EncodingConfigurationImpl. getAllEncodings(org.jitsi.utils.MediaType type)Returns all the available encodings for a specific MediaType.Methods in org.jitsi.impl.neomedia.codec with parameters of type MediaFormat Modifier and Type Method Description protected intEncodingConfigurationImpl. compareEncodingPreferences(MediaFormat enc1, MediaFormat enc2)Compares the two formats for order.voidEncodingConfigurationConfigImpl. setPriority(MediaFormat encoding, int priority)Sets the preference associated with encoding to priority, and stores the appropriate property in the configuration service. -
Uses of MediaFormat in org.jitsi.impl.neomedia.device
Methods in org.jitsi.impl.neomedia.device that return MediaFormat Modifier and Type Method Description MediaFormatAudioMixerMediaDevice. getFormat()Gets the MediaFormat in which this MediaDevice captures media.MediaFormatMediaDeviceImpl. getFormat()Gets the MediaFormat in which this MediaDevice captures media.MediaFormatVideoTranslatorMediaDevice. getFormat()Returns the MediaFormat that this device is currently set to use when capturing data.Methods in org.jitsi.impl.neomedia.device that return types with arguments of type MediaFormat Modifier and Type Method Description List<MediaFormat>AbstractMediaDevice. getSupportedFormats()Gets a list of MediaFormats supported by this MediaDevice.List<MediaFormat>AudioMixerMediaDevice. getSupportedFormats(QualityPreset sendPreset, QualityPreset receivePreset)Gets the list of MediaFormats supported by this MediaDevice.List<MediaFormat>AudioMixerMediaDevice. getSupportedFormats(QualityPreset sendPreset, QualityPreset receivePreset, EncodingConfiguration encodingConfiguration)Gets the list of MediaFormats supported by this MediaDevice and enabled in encodingConfiguration.List<MediaFormat>MediaDeviceImpl. getSupportedFormats(EncodingConfiguration encodingConfiguration)Gets the list of MediaFormats supported by this MediaDevice and enabled in encodingConfiguration.List<MediaFormat>MediaDeviceImpl. getSupportedFormats(QualityPreset sendPreset, QualityPreset receivePreset)Gets the list of MediaFormats supported by this MediaDevice.List<MediaFormat>MediaDeviceImpl. getSupportedFormats(QualityPreset sendPreset, QualityPreset receivePreset, EncodingConfiguration encodingConfiguration)Gets the list of MediaFormats supported by this MediaDevice and enabled in encodingConfiguration.List<MediaFormat>MediaDeviceSession. getSupportedFormats()Gets a list of the MediaFormats in which this instance is capable of capturing media from its associated MediaDevice.List<MediaFormat>VideoTranslatorMediaDevice. getSupportedFormats(QualityPreset localPreset, QualityPreset remotePreset)Returns a list of MediaFormat instances representing the media formats supported by this MediaDevice.List<MediaFormat>VideoTranslatorMediaDevice. getSupportedFormats(QualityPreset localPreset, QualityPreset remotePreset, EncodingConfiguration encodingConfiguration)Returns a list of MediaFormat instances representing the media formats supported by this MediaDevice and enabled in encodingConfiguration..Methods in org.jitsi.impl.neomedia.device with parameters of type MediaFormat Modifier and Type Method Description voidMediaDeviceSession. setFormat(MediaFormat format)Sets the MediaFormat in which this MediaDeviceSession outputs the media captured by its MediaDevice.voidVideoMediaDeviceSession. setFormat(MediaFormat format)Sets the MediaFormat in which this MediaDeviceSession outputs the media captured by its MediaDevice. -
Uses of MediaFormat in org.jitsi.impl.neomedia.format
Classes in org.jitsi.impl.neomedia.format that implement MediaFormat Modifier and Type Class Description classAudioMediaFormatImplImplements AudioMediaFormat for the JMF AudioFormat.classMediaFormatImpl<T extends javax.media.Format>Implements MediaFormat for the JMF Format.classVideoMediaFormatImplImplements VideoMediaFormat for the JMF VideoFormat.Methods in org.jitsi.impl.neomedia.format that return MediaFormat Modifier and Type Method Description static MediaFormatMediaFormatImpl. createInstance(javax.media.Format format)Creates a new MediaFormat instance for a specific JMF Format.MediaFormatMediaFormatFactoryImpl. createMediaFormat(byte rtpPayloadType)Creates a MediaFormat for the specified RTP payload type with default clock rate and set of format parameters.MediaFormatMediaFormatFactoryImpl. createMediaFormat(byte rtpPayloadType, String encoding, double clockRate, int channels, float frameRate, Map<String,String> formatParams, Map<String,String> advancedParams)Creates a MediaFormat either for the specified rtpPayloadType or for the specified encoding, clockRate, channels and set of format parameters.MediaFormatMediaFormatFactoryImpl. createMediaFormat(String encoding)Creates a MediaFormat for the specified encoding with default clock rate and set of format parameters.MediaFormatMediaFormatFactoryImpl. createMediaFormat(String encoding, double clockRate)Creates a MediaFormat for the specified encoding with the specified clockRate and a default set of format parameters.MediaFormatMediaFormatFactoryImpl. createMediaFormat(String encoding, double clockRate, int channels)Creates a MediaFormat for the specified encoding, clockRate and channels and a default set of format parameters.MediaFormatMediaFormatFactoryImpl. createMediaFormat(String encoding, double clockRate, int channels, float frameRate, Map<String,String> formatParams, Map<String,String> advancedParams)Creates a MediaFormat for the specified encoding, clockRate, channels and set of format parameters.MediaFormatMediaFormatFactoryImpl. createMediaFormat(String encoding, double clockRate, Map<String,String> formatParams, Map<String,String> advancedParams)Creates a MediaFormat for the specified encoding, clockRate and set of format parameters.MediaFormatMediaFormatFactoryImpl. createUnknownMediaFormat(org.jitsi.utils.MediaType type)Creates an unknown MediaFormat.Methods in org.jitsi.impl.neomedia.format with parameters of type MediaFormat Modifier and Type Method Description booleanMediaFormatImpl. matches(MediaFormat format)Determines whether this MediaFormat matches properties of a specific MediaFormat, such as mediaType, encoding, clockRate and channels for MediaFormats with mediaType equal toMediaType.AUDIO. -
Uses of MediaFormat in org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile
Methods in org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile with parameters of type MediaFormat Modifier and Type Method Description static MediaDeviceRtpdumpMediaDevice. createRtpdumpVideoMediaDevice(String filePath, String rtpEncodingConstant, MediaFormat format)Create a new video MediaDevice instance which will read the rtpdump file located at filePath, and which will have the encoding format encodingConstant. -
Uses of MediaFormat in org.jitsi.service.neomedia
Methods in org.jitsi.service.neomedia that return MediaFormat Modifier and Type Method Description MediaFormatAbstractMediaStream. getFormat(byte pt)Returns the MediaFormat that is associated to the payload type passed in as a parameter.MediaFormatMediaStream. getFormat()Returns the MediaFormat that this stream is currently transmitting in.MediaFormatMediaStream. getFormat(byte payloadType)Returns the MediaFormat that is associated to the payload type passed in as a parameter.Methods in org.jitsi.service.neomedia that return types with arguments of type MediaFormat Modifier and Type Method Description Map<MediaFormat,Byte>MediaService. getDynamicPayloadTypePreferences()Returns aMapthat binds indicates whatever preferences the media service implementation may have for the RTP payload type numbers that get dynamically assigned toMediaFormats with no static payload type.Map<Byte,MediaFormat>MediaStream. getDynamicRTPPayloadTypes()Gets the existing associations in this MediaStream of RTP payload types to MediaFormats.Methods in org.jitsi.service.neomedia with parameters of type MediaFormat Modifier and Type Method Description voidMediaStream. addDynamicRTPPayloadType(byte rtpPayloadType, MediaFormat format)Adds a new association in this MediaStream of the specified RTP payload type with the specified MediaFormat in order to allow it to report rtpPayloadType in RTP flows sending and receiving media in format.protected voidAbstractMediaStream. handleAttributes(MediaFormat format, Map<String,String> attrs)Handles attributes contained in MediaFormat.voidMediaStream. setFormat(MediaFormat format)Sets the MediaFormat that this MediaStream should transmit in. -
Uses of MediaFormat in org.jitsi.service.neomedia.codec
Methods in org.jitsi.service.neomedia.codec that return MediaFormat Modifier and Type Method Description abstract MediaFormat[]EncodingConfiguration. getAllEncodings(org.jitsi.utils.MediaType type)Returns all the available encodings for a specific MediaType.MediaFormat[]EncodingConfiguration. getEnabledEncodings(org.jitsi.utils.MediaType type)Returns the supported MediaFormats i.e.Methods in org.jitsi.service.neomedia.codec with parameters of type MediaFormat Modifier and Type Method Description protected abstract intEncodingConfiguration. compareEncodingPreferences(MediaFormat enc1, MediaFormat enc2)Compares the two formats for order.protected StringEncodingConfiguration. getEncodingPreferenceKey(MediaFormat encoding)Gets the key inEncodingConfiguration.encodingPreferenceswhich is associated with the priority of a specific MediaFormat.intEncodingConfiguration. getPriority(MediaFormat encoding)Get the priority for a MediaFormat.voidEncodingConfiguration. setPriority(MediaFormat encoding, int priority)Sets priority as the preference associated with encoding. -
Uses of MediaFormat in org.jitsi.service.neomedia.device
Methods in org.jitsi.service.neomedia.device that return MediaFormat Modifier and Type Method Description MediaFormatMediaDevice. getFormat()Returns the MediaFormat that this device is currently set to use when capturing data.Methods in org.jitsi.service.neomedia.device that return types with arguments of type MediaFormat Modifier and Type Method Description List<MediaFormat>MediaDevice. getSupportedFormats()Returns a list of MediaFormat instances representing the media formats supported by this MediaDevice.List<MediaFormat>MediaDevice. getSupportedFormats(QualityPreset localPreset, QualityPreset remotePreset)Returns a list of MediaFormat instances representing the media formats supported by this MediaDevice.List<MediaFormat>MediaDevice. getSupportedFormats(QualityPreset localPreset, QualityPreset remotePreset, EncodingConfiguration encodingConfiguration)Returns a list of MediaFormat instances representing the media formats supported by this MediaDevice and enabled in encodingConfiguration. -
Uses of MediaFormat in org.jitsi.service.neomedia.format
Subinterfaces of MediaFormat in org.jitsi.service.neomedia.format Modifier and Type Interface Description interfaceAudioMediaFormatThe interface represents an audio format.interfaceVideoMediaFormatThe interface represents a video format.Methods in org.jitsi.service.neomedia.format that return MediaFormat Modifier and Type Method Description MediaFormatMediaFormatFactory. createMediaFormat(byte rtpPayloadType)Creates a MediaFormat for the specified RTP payload type with default clock rate and set of format parameters.MediaFormatMediaFormatFactory. createMediaFormat(byte rtpPayloadType, String encoding, double clockRate, int channels, float frameRate, Map<String,String> formatParams, Map<String,String> advancedAttrs)Creates a MediaFormat either for the specified rtpPayloadType or for the specified encoding, clockRate, channels and set of format parameters.MediaFormatMediaFormatFactory. createMediaFormat(String encoding)Creates a MediaFormat for the specified encoding with default clock rate and set of format parameters.MediaFormatMediaFormatFactory. createMediaFormat(String encoding, double clockRate)Creates a MediaFormat for the specified encoding with the specified clockRate and a default set of format parameters.MediaFormatMediaFormatFactory. createMediaFormat(String encoding, double clockRate, int channels)Creates a MediaFormat for the specified encoding, clockRate and channels and a default set of format parameters.MediaFormatMediaFormatFactory. createMediaFormat(String encoding, double clockRate, int channels, float frameRate, Map<String,String> formatParams, Map<String,String> advancedAttrs)Creates a MediaFormat for the specified encoding, clockRate, channels and set of format parameters.MediaFormatMediaFormatFactory. createMediaFormat(String encoding, double clockRate, Map<String,String> formatParams, Map<String,String> advancedAttrs)Creates a MediaFormat for the specified encoding, clockRate and set of format parameters.MediaFormatMediaFormatFactory. createUnknownMediaFormat(org.jitsi.utils.MediaType type)Creates an unknown MediaFormat.Methods in org.jitsi.service.neomedia.format with parameters of type MediaFormat Modifier and Type Method Description booleanMediaFormat. matches(MediaFormat format)Determines whether this MediaFormat matches properties of a specific MediaFormat, such as mediaType, encoding, clockRate and channels for MediaFormats with mediaType equal toMediaType.AUDIO.
-