Uses of Class
org.jitsi.service.neomedia.QualityPreset
-
Packages that use QualityPreset Package Description org.jitsi.impl.neomedia.device org.jitsi.service.neomedia org.jitsi.service.neomedia.device -
-
Uses of QualityPreset in org.jitsi.impl.neomedia.device
Methods in org.jitsi.impl.neomedia.device with parameters of type QualityPreset Modifier and Type Method Description 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(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>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.. -
Uses of QualityPreset in org.jitsi.service.neomedia
Fields in org.jitsi.service.neomedia declared as QualityPreset Modifier and Type Field Description static QualityPresetQualityPreset. HD_QUALITY720p HDstatic QualityPresetQualityPreset. LO_QUALITYLowstatic QualityPresetQualityPreset. SD_QUALITYSDMethods in org.jitsi.service.neomedia that return QualityPreset Modifier and Type Method Description QualityPresetQualityControl. getRemoteReceivePreset()The currently used quality preset announced as receive by remote party.QualityPresetQualityControl. getRemoteSendMaxPreset()The maximum preset that the remote party is sending and we are receiving.QualityPresetQualityControl. getRemoteSendMinPreset()The minimum preset that the remote party is sending and we are receiving.Methods in org.jitsi.service.neomedia with parameters of type QualityPreset Modifier and Type Method Description intQualityPreset. compareTo(QualityPreset o)Compares to presets and its dimensions.voidQualityControl. setPreferredRemoteSendMaxPreset(QualityPreset preset)Changes remote send preset and protocols who can handle the changes will implement this for re-inviting the other party or just sending that media has changed.voidQualityControl. setRemoteSendMaxPreset(QualityPreset preset)Changes remote send preset. -
Uses of QualityPreset in org.jitsi.service.neomedia.device
Methods in org.jitsi.service.neomedia.device with parameters of type QualityPreset Modifier and Type Method Description 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.
-