AppCaptureMicrophoneCaptureState Enum
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.
Specifies the state of microphone capture for app capture.
public enum class AppCaptureMicrophoneCaptureState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Capture.AppCaptureContract, 262144)]
enum class AppCaptureMicrophoneCaptureState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Capture.AppCaptureContract), 262144)]
public enum AppCaptureMicrophoneCaptureState
var value = Windows.Media.Capture.AppCaptureMicrophoneCaptureState.stopped
Public Enum AppCaptureMicrophoneCaptureState
- Inheritance
-
AppCaptureMicrophoneCaptureState
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.15063.0)
|
API contract |
Windows.Media.Capture.AppCaptureContract (introduced in v4.0)
|
App capabilities |
appCaptureSettings
|
Fields
Name | Value | Description |
---|---|---|
Stopped | 0 | Microphone capture is stopped. |
Started | 1 | Microphone capture has been started. |
Failed | 2 | Microphone capture has failed. |