AppCaptureRecordingStateChangedEventArgs
AppCaptureRecordingStateChangedEventArgs
AppCaptureRecordingStateChangedEventArgs
AppCaptureRecordingStateChangedEventArgs
Class
Definition
Provides data for the AppCaptureRecordOperation.StateChanged event.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : sealed class AppCaptureRecordingStateChangedEventArgs : IAppCaptureRecordingStateChangedEventArgspublic sealed class AppCaptureRecordingStateChangedEventArgs : IAppCaptureRecordingStateChangedEventArgsPublic NotInheritable Class AppCaptureRecordingStateChangedEventArgs Implements IAppCaptureRecordingStateChangedEventArgs// 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 the app capture recording operation.
public : AppCaptureRecordingState State { get; }public AppCaptureRecordingState State { get; }Public ReadOnly Property State As AppCaptureRecordingState// You can use this property in JavaScript.
- Value
- AppCaptureRecordingState AppCaptureRecordingState AppCaptureRecordingState AppCaptureRecordingState
The new state of the app capture recording operation.
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
|