AppBroadcastingStatusDetails Class

Definition

Provides detailed information indicating why the current app can't currently begin broadcasting.

public ref class AppBroadcastingStatusDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.AppBroadcasting.AppBroadcastingContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppBroadcastingStatusDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.AppBroadcasting.AppBroadcastingContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppBroadcastingStatusDetails
Public NotInheritable Class AppBroadcastingStatusDetails
Inheritance
Object Platform::Object IInspectable AppBroadcastingStatusDetails
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.16299.0)
API contract
Windows.Media.AppBroadcasting.AppBroadcastingContract (introduced in v1.0)

Remarks

Get an instance of this class by accessing the AppBroadcastingStatus.Details property.

Properties

IsAnyAppBroadcasting

Gets a value that indicates whether another app is currently broadcasting.

IsAppInactive

Gets a value specifying if the current app's window is inactive.

IsBlockedForApp

Gets a value indicating whether broadcasting is blocked for the current app.

IsCaptureResourceUnavailable

Gets a value indicating whether the capture resource is currently unavailable.

IsDisabledBySystem

Gets a value indicating whether app broadcasting is disabled by the system.

IsDisabledByUser

Gets a value indicating if app broadcasting has been disabled by the user.

IsGameStreamInProgress

Gets a value that indicates if a game stream is currently in progress.

IsGpuConstrained

Gets a value that indicates whether app broadcasting is unavailable because the GPU is constrained.

Applies to