| Package | Description |
|---|---|
| org.jitsi.impl.neomedia | |
| org.jitsi.impl.neomedia.device |
| Modifier and Type | Method and Description |
|---|---|
MediaDeviceSession |
MediaStreamImpl.getDeviceSession()
Gets the MediaDeviceSession which represents the work of this
MediaStream with its associated MediaDevice.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MediaStreamImpl.deviceSessionChanged(MediaDeviceSession oldValue,
MediaDeviceSession newValue)
Notifies this MediaStream that the MediaDevice (and
respectively the MediaDeviceSession with it) which this instance
uses for capture and playback of media has been changed.
|
protected void |
AudioMediaStreamImpl.deviceSessionChanged(MediaDeviceSession oldValue,
MediaDeviceSession newValue)
Notifies this MediaStream that the MediaDevice (and
respectively the MediaDeviceSession with it) which this instance
uses for capture and playback of media has been changed.
|
protected void |
VideoMediaStreamImpl.deviceSessionChanged(MediaDeviceSession oldValue,
MediaDeviceSession newValue)
Notifies this MediaStream that the MediaDevice (and
respectively the MediaDeviceSession with it) which this instance
uses for capture and playback of media has been changed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AudioMediaDeviceSession
Extends MediaDeviceSession to add audio-specific functionality.
|
class |
VideoMediaDeviceSession
Extends MediaDeviceSession to add video-specific functionality.
|
| Modifier and Type | Method and Description |
|---|---|
MediaDeviceSession |
VideoTranslatorMediaDevice.createSession()
Creates a new MediaDeviceSession instance which is to represent
the use of this MediaDevice by a MediaStream.
|
MediaDeviceSession |
AudioSilenceMediaDevice.createSession()
Creates a new MediaDeviceSession instance which is to represent
the use of this MediaDevice by a MediaStream.
|
MediaDeviceSession |
AbstractMediaDevice.createSession()
Creates a new MediaDeviceSession instance which is to represent
the use of this MediaDevice by a MediaStream.
|
MediaDeviceSession |
AudioMixerMediaDevice.createSession()
Creates a new MediaDeviceSession instance which is to represent
the use of this MediaDevice by a MediaStream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioMediaDeviceSession.copyPlayback(MediaDeviceSession deviceSession)
Copies the playback part of a specific MediaDeviceSession into
this instance.
|
void |
MediaDeviceSession.copyPlayback(MediaDeviceSession deviceSession)
Copies the playback part of a specific MediaDeviceSession into
this instance.
|
Copyright © 2021 jitsi.org. All rights reserved.