AppBroadcastGlobalSettings.MicrophoneGain 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 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
|