AppCaptureSettings.IsAudioCaptureEnabled 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 whether audio capture is enabled.
public:
property bool IsAudioCaptureEnabled { bool get(); void set(bool value); };
bool IsAudioCaptureEnabled();
void IsAudioCaptureEnabled(bool value);
public bool IsAudioCaptureEnabled { get; set; }
var boolean = appCaptureSettings.isAudioCaptureEnabled;
appCaptureSettings.isAudioCaptureEnabled = boolean;
Public Property IsAudioCaptureEnabled As Boolean
Property Value
Boolean
bool
True if audio capture is enabled; otherwise, false.
Windows requirements
App capabilities |
appCaptureSettings
|