AudioDeviceController.VolumePercent Property

Definition

Gets or sets the volume of the microphone.

public:
 property float VolumePercent { float get(); void set(float value); };
float VolumePercent();

void VolumePercent(float value);
public float VolumePercent { get; set; }
var single = audioDeviceController.volumePercent;
audioDeviceController.volumePercent = single;
Public Property VolumePercent As Single

Property Value

Single

float

The volume of the microphone. The value ranges from 0.0 (silent) to 100.0 (full volume).

Applies to