AppBroadcastMicrophoneCaptureStateChangedEventArgs
AppBroadcastMicrophoneCaptureStateChangedEventArgs
AppBroadcastMicrophoneCaptureStateChangedEventArgs
AppBroadcastMicrophoneCaptureStateChangedEventArgs
Class
Definition
Provides data for the AppBroadcastState.MicrophoneCaptureStateChanged event.
public : sealed class AppBroadcastMicrophoneCaptureStateChangedEventArgs : IAppBroadcastMicrophoneCaptureStateChangedEventArgspublic sealed class AppBroadcastMicrophoneCaptureStateChangedEventArgs : IAppBroadcastMicrophoneCaptureStateChangedEventArgsPublic NotInheritable Class AppBroadcastMicrophoneCaptureStateChangedEventArgs Implements IAppBroadcastMicrophoneCaptureStateChangedEventArgs// 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.AppBroadcastContract (introduced v1)
|
| Capabilities |
appBroadcastSettings
appBroadcast
|
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.AppBroadcastContract (introduced v1)
|
| Capabilities |
appBroadcastSettings
appBroadcast
|
State State State State
Gets a value indicating the state of app broadcast microphone capture.
public : AppBroadcastMicrophoneCaptureState State { get; }public AppBroadcastMicrophoneCaptureState State { get; }Public ReadOnly Property State As AppBroadcastMicrophoneCaptureState// You can use this property in JavaScript.
- Value
- AppBroadcastMicrophoneCaptureState AppBroadcastMicrophoneCaptureState AppBroadcastMicrophoneCaptureState AppBroadcastMicrophoneCaptureState
A value indicating the state of app broadcast microphone capture.
Additional features and requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.15063.0)
|
| API contract |
Windows.Media.Capture.AppBroadcastContract (introduced v1)
|
| Capabilities |
appBroadcastSettings
appBroadcast
|