<< Click to display table of contents >> TCustomRVAudioPlayer.VolumeMultiplier |
A multiplier for the sound volume.
property VolumeMultiplier: Double;
The component multiplies the sound signal by this value.
If the value = 1, the sound is not changed.
If the value = 0, the sound is turned off.
If the value > 1, the volume is increased (but the quality of the sound may be decreased).
If the value < 1, the volume is decreased.
When playing sound from TRVCamSound, this assigning 0 to this property is the correct way to mute sound (instead of Mute property).
When playing sound from TRVMicrophone, this property is applied after applying RVMicrophone.VolumeMultiplier.
Default value:
1
See also:
•Mute