AudioDeviceController.VolumePercent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).