Uses of Class
org.jitsi.impl.neomedia.device.AudioSystem.DataFlow
-
Packages that use AudioSystem.DataFlow Package Description org.jitsi.impl.neomedia.device org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi org.jitsi.impl.neomedia.jmfext.media.renderer.audio -
-
Uses of AudioSystem.DataFlow in org.jitsi.impl.neomedia.device
Methods in org.jitsi.impl.neomedia.device that return AudioSystem.DataFlow Modifier and Type Method Description static AudioSystem.DataFlowAudioSystem.DataFlow. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioSystem.DataFlow[]AudioSystem.DataFlow. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jitsi.impl.neomedia.device with parameters of type AudioSystem.DataFlow Modifier and Type Method Description CaptureDeviceInfo2AudioSystem. getDevice(AudioSystem.DataFlow dataFlow, javax.media.MediaLocator locator)Gets a CaptureDeviceInfo2 which has been contributed by this AudioSystem, supports a specific flow of media data (i.e.List<CaptureDeviceInfo2>AudioSystem. getDevices(AudioSystem.DataFlow dataFlow)Gets the list of devices with a specific data flow: capture, notify or playback.CaptureDeviceInfo2AudioSystem. getSelectedDevice(AudioSystem.DataFlow dataFlow)Gets the selected device for a specific data flow: capture, notify or playback.longWASAPISystem. initializeIAudioClient(javax.media.MediaLocator locator, AudioSystem.DataFlow dataFlow, int streamFlags, long eventHandle, long hnsBufferDuration, javax.media.format.AudioFormat[] formats)Initializes a new IAudioClient instance for an audio endpoint device identified by a specific MediaLocator.protected voidAudioSystem. postInitializeSpecificDevices(AudioSystem.DataFlow dataFlow)Sets the device lists after the different audio systems (PortAudio, PulseAudio, etc) have finished detecting their devices.voidAudioSystem. setDevice(AudioSystem.DataFlow dataFlow, CaptureDeviceInfo2 device, boolean save)Selects the active device. -
Uses of AudioSystem.DataFlow in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi
Constructors in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi with parameters of type AudioSystem.DataFlow Constructor Description AudioCaptureClient(WASAPISystem audioSystem, javax.media.MediaLocator locator, AudioSystem.DataFlow dataFlow, int streamFlags, long hnsBufferDuration, javax.media.format.AudioFormat outFormat, javax.media.protocol.BufferTransferHandler transferHandler)Initializes a new AudioCaptureClient instance. -
Uses of AudioSystem.DataFlow in org.jitsi.impl.neomedia.jmfext.media.renderer.audio
Fields in org.jitsi.impl.neomedia.jmfext.media.renderer.audio declared as AudioSystem.DataFlow Modifier and Type Field Description protected AudioSystem.DataFlowAbstractAudioRenderer. dataFlowConstructors in org.jitsi.impl.neomedia.jmfext.media.renderer.audio with parameters of type AudioSystem.DataFlow Constructor Description AbstractAudioRenderer(String locatorProtocol, AudioSystem.DataFlow dataFlow)Initializes a new AbstractAudioRenderer instance which is to use notification or playback devices provided by an AudioSystem specified by the protocol of the MediaLocators of the CaptureDeviceInfos registered by the AudioSystem.AbstractAudioRenderer(T audioSystem, AudioSystem.DataFlow dataFlow)Initializes a new AbstractAudioRenderer instance which is to use notification or playback (as determined by dataFlow) devices provided by a specific AudioSystem.WASAPIRenderer(AudioSystem.DataFlow dataFlow)Initializes a new WASAPIRenderer instance which is to either perform playback or sound a notification.
-