AppCaptureSettings.MicrophoneGain Property

Definition

Gets or sets a value specifying the gain applied to the microphone audio.

Note

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

public:
 property double MicrophoneGain { double get(); void set(double value); };
double MicrophoneGain();

void MicrophoneGain(double value);
public double MicrophoneGain { get; set; }
var double = appCaptureSettings.microphoneGain;
appCaptureSettings.microphoneGain = double;
Public Property MicrophoneGain As Double

Property Value

Double

double

The gain applied to the microphone audio.

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.14393.0)
API contract
Windows.Media.Capture.AppCaptureContract (introduced in v3.0)
App capabilities
appCaptureSettings

Applies to

See also