AppBroadcastPlugIn AppBroadcastPlugIn AppBroadcastPlugIn AppBroadcastPlugIn Class

Definition

Provides information about the app broadcast plugin.

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 AppBroadcastPlugIn : IAppBroadcastPlugInpublic sealed class AppBroadcastPlugIn : IAppBroadcastPlugInPublic NotInheritable Class AppBroadcastPlugIn Implements IAppBroadcastPlugIn// 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

AppId AppId AppId AppId

Gets the unique ID of the app associated with the app broadcast plugin.

public : PlatForm::String AppId { get; }public string AppId { get; }Public ReadOnly Property AppId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The unique ID of the app associated with the app broadcast plugin.

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

DisplayName DisplayName DisplayName DisplayName

Gets the display name of the app broadcast plugin.

public : PlatForm::String DisplayName { get; }public string DisplayName { get; }Public ReadOnly Property DisplayName As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The display name of the app broadcast plugin.

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

Logo Logo Logo Logo

Gets a stream containing the logo image of the app broadcast plugin.

public : IRandomAccessStreamReference Logo { get; }public IRandomAccessStreamReference Logo { get; }Public ReadOnly Property Logo As IRandomAccessStreamReference// You can use this property in JavaScript.
Value
IRandomAccessStreamReference IRandomAccessStreamReference IRandomAccessStreamReference IRandomAccessStreamReference

A stream containing the logo image of the app broadcast plugin.

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

ProviderSettings ProviderSettings ProviderSettings ProviderSettings

Gets an object representing the provider settings for the app broadcast plugin.

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