AppBroadcastTerminationReason AppBroadcastTerminationReason AppBroadcastTerminationReason AppBroadcastTerminationReason Enum

Definition

Specifies the reason that an app broadcast was terminated.

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 AppBroadcastTerminationReasonpublic enum AppBroadcastTerminationReasonPublic Enum AppBroadcastTerminationReason// 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

BackgroundTaskTerminated BackgroundTaskTerminated BackgroundTaskTerminated BackgroundTaskTerminated

The app broadcast was terminated because the app broadcast background task was terminated.

BackgroundTaskUnresponsive BackgroundTaskUnresponsive BackgroundTaskUnresponsive BackgroundTaskUnresponsive

The app broadcast was terminated because the app broadcast background task was unresponsive.

InternalError InternalError InternalError InternalError

The app broadcast was terminated because of an internal error.

LostConnectionToService LostConnectionToService LostConnectionToService LostConnectionToService

The app broadcast was terminated because the connection to the service was lost.

NoNetworkConnectivity NoNetworkConnectivity NoNetworkConnectivity NoNetworkConnectivity

The app broadcast was terminated because there is no network connectivity.

NormalTermination NormalTermination NormalTermination NormalTermination

The app broadcast was terminated because it was terminated normally.

ServiceAbort ServiceAbort ServiceAbort ServiceAbort

The app broadcast was terminated because the service aborted the broadcast.

ServiceError ServiceError ServiceError ServiceError

The app broadcast was terminated because there was a service error.

ServiceUnavailable ServiceUnavailable ServiceUnavailable ServiceUnavailable

The app broadcast was terminated because the service was unavailable.

UnsupportedFormat UnsupportedFormat UnsupportedFormat UnsupportedFormat

The app broadcast was terminated because it uses an unsupported format.