TRVAudioSource.Volume

<< Click to display table of contents >>

TRVAudioSource.Volume

Returns or changes the volume of the audio device (microphone).

property Volume: Word;

Note: this property is available in TRVMicrophone but not available in TRVCamSound.

The range of values is 0..65535.

This property changes the system volume of the audio device. This is a system global setting.

The component may work with several audio devices (for example, TRVMicrophone allows choosing the device using AudioInputDeviceIndex property). In this case, this property gets/sets a value for the chosen device.

See also:

TCustomRVMicrophone.VolumeMultiplier

TCustomRVMicrophone.Mute