AppBroadcastPlugInStateChangedEventArgs AppBroadcastPlugInStateChangedEventArgs AppBroadcastPlugInStateChangedEventArgs AppBroadcastPlugInStateChangedEventArgs Class

Definition

Provides data for the AppBroadcastState.PlugInStateChanged event.

Note

This API requires the appBroadcast and appBroadcastSettings capability which is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime.

public : sealed class AppBroadcastPlugInStateChangedEventArgs : IAppBroadcastPlugInStateChangedEventArgspublic sealed class AppBroadcastPlugInStateChangedEventArgs : IAppBroadcastPlugInStateChangedEventArgsPublic NotInheritable Class AppBroadcastPlugInStateChangedEventArgs Implements IAppBroadcastPlugInStateChangedEventArgs// 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

PlugInState PlugInState PlugInState PlugInState

Gets the new app broadcast plugin state.

public : AppBroadcastPlugInState PlugInState { get; }public AppBroadcastPlugInState PlugInState { get; }Public ReadOnly Property PlugInState As AppBroadcastPlugInState// 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