Sdílet prostřednictvím


AppBroadcastGlobalSettings.SystemAudioGain Property

Definition

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

Applies to