| Package | Description |
|---|---|
| org.jitsi.impl.neomedia | |
| org.jitsi.impl.neomedia.device | |
| org.jitsi.service.neomedia | |
| org.jitsi.service.neomedia.device |
| Modifier and Type | Method and Description |
|---|---|
Map<Byte,RTPExtension> |
MediaStreamImpl.getActiveRTPExtensions()
Returns a map containing all currently active RTPExtensions in
use by this stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaStreamImpl.addRTPExtension(byte extensionID,
RTPExtension rtpExtension)
Maps or updates the mapping between extensionID and
rtpExtension.
|
void |
AudioMediaStreamImpl.addRTPExtension(byte extensionID,
RTPExtension rtpExtension)
In addition to calling
MediaStreamImpl.addRTPExtension(byte, RTPExtension)
this method enables sending of CSRC audio levels. |
byte |
MediaStreamImpl.getActiveRTPExtensionID(RTPExtension rtpExtension)
Returns the ID currently assigned to a specific RTP extension.
|
| Modifier and Type | Method and Description |
|---|---|
List<RTPExtension> |
AudioMixerMediaDevice.getSupportedExtensions()
Returns a List containing (at the time of writing) a single
extension descriptor indicating SENDRECV for mixer-to-client
audio levels.
|
List<RTPExtension> |
AudioMediaDeviceImpl.getSupportedExtensions()
Returns a List containing extension descriptor indicating
RECVONLY support for mixer-to-client audio levels,
and extension descriptor indicating SENDRECV support for
client-to-mixer audio levels.
|
List<RTPExtension> |
AbstractMediaDevice.getSupportedExtensions()
Returns a List containing (at the time of writing) a single
extension descriptor indicating RECVONLY support for
mixer-to-client audio levels.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Byte,RTPExtension> |
MediaStream.getActiveRTPExtensions()
Returns a map containing all currently active RTPExtensions in
use by this stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaStream.addRTPExtension(byte extensionID,
RTPExtension rtpExtension)
Adds or updates an association in this MediaStream mapping the
specified extensionID to rtpExtension and enabling or
disabling its use according to the direction attribute of
rtpExtension.
|
| Modifier and Type | Method and Description |
|---|---|
List<RTPExtension> |
MediaDevice.getSupportedExtensions()
Returns the List of RTPExtensions that this device
know how to handle.
|
Copyright © 2022 jitsi.org. All rights reserved.