AppBroadcastGlobalSettings.SystemAudioGain 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 system gain for broadcast audio capture.
public:
property double SystemAudioGain { double get(); void set(double value); };
double SystemAudioGain();
void SystemAudioGain(double value);
public double SystemAudioGain { get; set; }
var double = appBroadcastGlobalSettings.systemAudioGain;
appBroadcastGlobalSettings.systemAudioGain = double;
Public Property SystemAudioGain As Double
Property Value
Double
double
The system gain for broadcast audio capture.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|