| Package | Description |
|---|---|
| org.jitsi.impl.neomedia.device | |
| org.jitsi.impl.neomedia.jmfext.media.renderer.audio | |
| org.jitsi.impl.neomedia.notify |
| Modifier and Type | Class and Description |
|---|---|
class |
AudioSilenceSystem
Implements an
AudioSystem which produces silence without capturing
from an actual hardware device. |
class |
AudioSystem2 |
class |
MacCoreaudioSystem
Creates MacCoreaudio capture devices by enumerating all host devices that
have input channels.
|
class |
NoneAudioSystem
Implements an AudioSystem without any devices which allows the user
to select to use no audio capture, notification and playback.
|
class |
PortAudioSystem
Creates PortAudio capture devices by enumerating all host devices that have
input channels.
|
class |
PulseAudioSystem
Implements an AudioSystem using the native PulseAudio API/library.
|
class |
WASAPISystem
Implements an AudioSystem using Windows Audio Session API (WASAPI)
and related Core Audio APIs such as Multimedia Device (MMDevice) API.
|
| Modifier and Type | Method and Description |
|---|---|
AudioSystem |
DeviceConfiguration.getAudioSystem() |
static AudioSystem |
AudioSystem.getAudioSystem(String locatorProtocol) |
static AudioSystem[] |
AudioSystem.getAudioSystems() |
AudioSystem[] |
DeviceConfiguration.getAvailableAudioSystems()
Returns a list of available AudioSystems.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceConfiguration.setAudioSystem(AudioSystem audioSystem,
boolean save) |
| Constructor and Description |
|---|
CaptureDevices(AudioSystem audioSystem)
Initializes the capture device list management.
|
Devices(AudioSystem audioSystem)
Initializes the device list management.
|
NotifyDevices(AudioSystem audioSystem)
Initializes the notify device list management.
|
PlaybackDevices(AudioSystem audioSystem)
Initializes the playback device list management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAudioRenderer<T extends AudioSystem>
Provides an abstract base implementation of Renderer which processes
media in AudioFormat in order to facilitate extenders.
|
| Modifier and Type | Field and Description |
|---|---|
protected T |
AbstractAudioRenderer.audioSystem
The AudioSystem which provides the playback device used by this
Renderer.
|
| Constructor and Description |
|---|
AudioSystemClipImpl(String url,
AudioNotifierService audioNotifier,
AudioSystem audioSystem,
boolean playback)
Creates the audio clip and initializes the listener used from the
loop timer.
|
Copyright © 2021 jitsi.org. All rights reserved.