AppCaptureState.MicrophoneCaptureState 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 the current microphone capture state.
public:
property AppCaptureMicrophoneCaptureState MicrophoneCaptureState { AppCaptureMicrophoneCaptureState get(); };
AppCaptureMicrophoneCaptureState MicrophoneCaptureState();
public AppCaptureMicrophoneCaptureState MicrophoneCaptureState { get; }
var appCaptureMicrophoneCaptureState = appCaptureState.microphoneCaptureState;
Public ReadOnly Property MicrophoneCaptureState As AppCaptureMicrophoneCaptureState
Property Value
The current microphone capture state.
Windows requirements
App capabilities |
appCaptureSettings
|