Uses of Class
org.jitsi.impl.neomedia.device.AudioSystem
-
Packages that use AudioSystem Package Description org.jitsi.impl.neomedia.device org.jitsi.impl.neomedia.jmfext.media.renderer.audio org.jitsi.impl.neomedia.notify -
-
Uses of AudioSystem in org.jitsi.impl.neomedia.device
Subclasses of AudioSystem in org.jitsi.impl.neomedia.device Modifier and Type Class Description classAudioSilenceSystemImplements anAudioSystemwhich produces silence without capturing from an actual hardware device.classAudioSystem2classMacCoreaudioSystemCreates MacCoreaudio capture devices by enumerating all host devices that have input channels.classNoneAudioSystemImplements an AudioSystem without any devices which allows the user to select to use no audio capture, notification and playback.classPortAudioSystemCreates PortAudio capture devices by enumerating all host devices that have input channels.classPulseAudioSystemImplements an AudioSystem using the native PulseAudio API/library.classWASAPISystemImplements an AudioSystem using Windows Audio Session API (WASAPI) and related Core Audio APIs such as Multimedia Device (MMDevice) API.Methods in org.jitsi.impl.neomedia.device that return AudioSystem Modifier and Type Method Description static AudioSystemAudioSystem. getAudioSystem(String locatorProtocol)AudioSystemDeviceConfiguration. getAudioSystem()static AudioSystem[]AudioSystem. getAudioSystems()AudioSystem[]DeviceConfiguration. getAvailableAudioSystems()Returns a list of available AudioSystems.Methods in org.jitsi.impl.neomedia.device with parameters of type AudioSystem Modifier and Type Method Description voidDeviceConfiguration. setAudioSystem(AudioSystem audioSystem, boolean save)Constructors in org.jitsi.impl.neomedia.device with parameters of type AudioSystem Constructor 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. -
Uses of AudioSystem in org.jitsi.impl.neomedia.jmfext.media.renderer.audio
Classes in org.jitsi.impl.neomedia.jmfext.media.renderer.audio with type parameters of type AudioSystem Modifier and Type Class Description classAbstractAudioRenderer<T extends AudioSystem>Provides an abstract base implementation of Renderer which processes media in AudioFormat in order to facilitate extenders.Fields in org.jitsi.impl.neomedia.jmfext.media.renderer.audio declared as AudioSystem Modifier and Type Field Description protected TAbstractAudioRenderer. audioSystemThe AudioSystem which provides the playback device used by this Renderer. -
Uses of AudioSystem in org.jitsi.impl.neomedia.notify
Constructors in org.jitsi.impl.neomedia.notify with parameters of type AudioSystem Constructor Description AudioSystemClipImpl(String url, AudioNotifierService audioNotifier, AudioSystem audioSystem, boolean playback)Creates the audio clip and initializes the listener used from the loop timer.
-