AppCaptureSettings.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 a value specifying the gain applied to the system 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 SystemAudioGain { double get(); void set(double value); };
double SystemAudioGain();
void SystemAudioGain(double value);
public double SystemAudioGain { get; set; }
var double = appCaptureSettings.systemAudioGain;
appCaptureSettings.systemAudioGain = double;
Public Property SystemAudioGain As Double
Property Value
Double
double
The gain applied to the system 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
|