Uses of Interface
org.jitsi.service.neomedia.VolumeControl
-
-
Uses of VolumeControl in org.jitsi.impl.neomedia
Classes in org.jitsi.impl.neomedia that implement VolumeControl Modifier and Type Class Description classHardwareVolumeControlImplementation of VolumeControl which uses system sound architecture (MacOsX or Windows CoreAudio) to change input/output hardware volume.Methods in org.jitsi.impl.neomedia that return VolumeControl Modifier and Type Method Description VolumeControlMediaServiceImpl. getInputVolumeControl()Gets the VolumeControl which controls the volume level of audio input/capture.VolumeControlMediaServiceImpl. getOutputVolumeControl()Gets the VolumeControl which controls the volume level of audio output/playback.Methods in org.jitsi.impl.neomedia with parameters of type VolumeControl Modifier and Type Method Description voidAudioMediaStreamImpl. setOutputVolumeControl(VolumeControl outputVolumeControl)Sets the VolumeControl which is to control the volume (level) of the audio received in/by this AudioMediaStream and played back. -
Uses of VolumeControl in org.jitsi.impl.neomedia.device
Methods in org.jitsi.impl.neomedia.device with parameters of type VolumeControl Modifier and Type Method Description voidAudioMediaDeviceSession. setOutputVolumeControl(VolumeControl outputVolumeControl)Sets the VolumeControl which is to control the volume (level) of the audio (to be) played back by this instance.static voidAudioMediaDeviceSession. setVolumeControl(javax.media.Renderer renderer, VolumeControl volumeControl)Implements a utility which facilitates setting a specific VolumeControl on a specific Renderer for the purposes of control over the volume (level) of the audio (to be) played back by the specified Renderer. -
Uses of VolumeControl in org.jitsi.impl.neomedia.jmfext.media.renderer.audio
Methods in org.jitsi.impl.neomedia.jmfext.media.renderer.audio with parameters of type VolumeControl Modifier and Type Method Description voidAbstractAudioRenderer. setVolumeControl(VolumeControl volumeControl)Sets the VolumeControl which is to control the volume (level) of the audio (to be) played back by this Renderer. -
Uses of VolumeControl in org.jitsi.service.neomedia
Classes in org.jitsi.service.neomedia that implement VolumeControl Modifier and Type Class Description classBasicVolumeControlProvides a basic implementation of VolumeControl which stores the volume level/value set on it in the ConfigurationService.Methods in org.jitsi.service.neomedia that return VolumeControl Modifier and Type Method Description VolumeControlMediaService. getInputVolumeControl()Gets the VolumeControl which controls the volume level of audio input/capture.VolumeControlMediaService. getOutputVolumeControl()Gets the VolumeControl which controls the volume level of audio output/playback.Methods in org.jitsi.service.neomedia with parameters of type VolumeControl Modifier and Type Method Description voidAudioMediaStream. setOutputVolumeControl(VolumeControl outputVolumeControl)Sets the VolumeControl which is to control the volume (level) of the audio received in/by this AudioMediaStream and played back. -
Uses of VolumeControl in org.jitsi.service.neomedia.event
Methods in org.jitsi.service.neomedia.event that return VolumeControl Modifier and Type Method Description VolumeControlVolumeChangeEvent. getSourceVolumeControl()Gets the VolumeControl which is the source of the change notified about by this VolumeChangeEvent.Constructors in org.jitsi.service.neomedia.event with parameters of type VolumeControl Constructor Description VolumeChangeEvent(VolumeControl source, float level, boolean mute)Initializes a new VolumeChangeEvent which is to notify about a specific volume level and its mute state.
-