| Package | Description |
|---|---|
| org.jitsi.impl.neomedia.device | |
| org.jitsi.service.neomedia | |
| org.jitsi.service.neomedia.device |
| Modifier and Type | Method and Description |
|---|---|
List<MediaFormat> |
VideoTranslatorMediaDevice.getSupportedFormats(QualityPreset localPreset,
QualityPreset remotePreset)
Returns a list of MediaFormat instances representing the media
formats supported by this MediaDevice.
|
List<MediaFormat> |
MediaDeviceImpl.getSupportedFormats(QualityPreset sendPreset,
QualityPreset receivePreset)
Gets the 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> |
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..
|
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> |
AudioMixerMediaDevice.getSupportedFormats(QualityPreset sendPreset,
QualityPreset receivePreset,
EncodingConfiguration encodingConfiguration)
Gets the list of MediaFormats supported by this
MediaDevice and enabled in encodingConfiguration.
|
| Modifier and Type | Field and Description |
|---|---|
static QualityPreset |
QualityPreset.HD_QUALITY
720p HD
|
static QualityPreset |
QualityPreset.LO_QUALITY
Low
|
static QualityPreset |
QualityPreset.SD_QUALITY
SD
|
| Modifier and Type | Method and Description |
|---|---|
QualityPreset |
QualityControl.getRemoteReceivePreset()
The currently used quality preset announced as receive by remote party.
|
QualityPreset |
QualityControl.getRemoteSendMaxPreset()
The maximum preset that the remote party is sending and we are receiving.
|
QualityPreset |
QualityControl.getRemoteSendMinPreset()
The minimum preset that the remote party is sending and we are receiving.
|
| Modifier and Type | Method and Description |
|---|---|
int |
QualityPreset.compareTo(QualityPreset o)
Compares to presets and its dimensions.
|
void |
QualityControl.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.
|
void |
QualityControl.setRemoteSendMaxPreset(QualityPreset preset)
Changes remote send preset.
|
| Modifier and Type | Method and 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.
|
Copyright © 2021 jitsi.org. All rights reserved.