AppBroadcastGlobalSettings.MicrophoneGain Property

Definition

Gets or sets a value indicating the microphone gain for broadcast audio capture.

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

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

Property Value

Double

double

The microphone gain for broadcast audio capture.

Windows requirements

App capabilities
appBroadcast appBroadcastSettings

Applies to