AppCaptureMicrophoneCaptureStateChangedEventArgs AppCaptureMicrophoneCaptureStateChangedEventArgs AppCaptureMicrophoneCaptureStateChangedEventArgs AppCaptureMicrophoneCaptureStateChangedEventArgs Class

Definition

public : sealed class AppCaptureMicrophoneCaptureStateChangedEventArgs : IAppCaptureMicrophoneCaptureStateChangedEventArgspublic sealed class AppCaptureMicrophoneCaptureStateChangedEventArgs : IAppCaptureMicrophoneCaptureStateChangedEventArgsPublic NotInheritable Class AppCaptureMicrophoneCaptureStateChangedEventArgs Implements IAppCaptureMicrophoneCaptureStateChangedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.15063.0)
API contract
Windows.Media.Capture.AppCaptureContract (introduced v4)
Capabilities
appCaptureSettings

Properties

ErrorCode ErrorCode ErrorCode ErrorCode

Gets the error code associated with the event.

public : unsigned int ErrorCode { get; }public uint ErrorCode { get; }Public ReadOnly Property ErrorCode As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

The error code associated with the event.

Additional features and requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.15063.0)
API contract
Windows.Media.Capture.AppCaptureContract (introduced v4)
Capabilities
appCaptureSettings

State State State State

Gets the new state of microphone capture for app capture.

public : AppCaptureMicrophoneCaptureState State { get; }public AppCaptureMicrophoneCaptureState State { get; }Public ReadOnly Property State As AppCaptureMicrophoneCaptureState// You can use this property in JavaScript.
Additional features and requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.15063.0)
API contract
Windows.Media.Capture.AppCaptureContract (introduced v4)
Capabilities
appCaptureSettings