AppBroadcastPlugInState AppBroadcastPlugInState AppBroadcastPlugInState AppBroadcastPlugInState Enum

Definition

Specifies the current state of the broadcast background task.

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 : enum class AppBroadcastPlugInStatepublic enum AppBroadcastPlugInStatePublic Enum AppBroadcastPlugInState// You can use this enum 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

Fields

InBandwidthTest InBandwidthTest InBandwidthTest InBandwidthTest

The broadcast background task is in the process of testing the bandwidth of the device's connection to the broadcasting service provider. Once this test is complete, the system will set the AppBroadcastBackgroundServiceStreamInfo.BandwidthTestBitrate property to indicate the result of the bandwidth test.

Initialized Initialized Initialized Initialized

The broadcast background task is initialized.

MicrosoftSignInRequired MicrosoftSignInRequired MicrosoftSignInRequired MicrosoftSignInRequired

The current user needs to be authenticated with the Microsoft service.

OAuthSignInRequired OAuthSignInRequired OAuthSignInRequired OAuthSignInRequired

The current user needs to be authenticated with the broadcast provider service.

ProviderSignInRequired ProviderSignInRequired ProviderSignInRequired ProviderSignInRequired

The broadcast background task needs to authenticate the current user with the broadcast provider service.

ReadyToBroadcast ReadyToBroadcast ReadyToBroadcast ReadyToBroadcast

The broadcast background task is ready to broadcast.

Unknown Unknown Unknown Unknown

The current state is unknown.