AppBroadcastPreviewStateChangedEventArgs AppBroadcastPreviewStateChangedEventArgs AppBroadcastPreviewStateChangedEventArgs AppBroadcastPreviewStateChangedEventArgs Class

Definition

Provides data for the AppBroadcastPreview.PreviewStateChanged event.

public : sealed class AppBroadcastPreviewStateChangedEventArgs : IAppBroadcastPreviewStateChangedEventArgspublic sealed class AppBroadcastPreviewStateChangedEventArgs : IAppBroadcastPreviewStateChangedEventArgsPublic NotInheritable Class AppBroadcastPreviewStateChangedEventArgs Implements IAppBroadcastPreviewStateChangedEventArgs// 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

PreviewState PreviewState PreviewState PreviewState

Gets the new state of the app broadcast preview.

public : AppBroadcastPreviewState PreviewState { get; }public AppBroadcastPreviewState PreviewState { get; }Public ReadOnly Property PreviewState As AppBroadcastPreviewState// 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.AppBroadcastContract (introduced v1)
Capabilities
appBroadcastSettings appBroadcast