AudioDeviceController.VolumePercent Eigenschaft

Definition

Ruft die Lautstärke des Mikrofons ab oder legt sie fest.

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

Eigenschaftswert

Single

float

Die Lautstärke des Mikrofons. Der Wert reicht von 0,0 (silent) bis 100,0 (full volume).

Gilt für: