Share via


AppBroadcastingStatusDetails.IsGameStreamInProgress Property

Definition

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

public:
 property bool IsGameStreamInProgress { bool get(); };
bool IsGameStreamInProgress();
public bool IsGameStreamInProgress { get; }
var boolean = appBroadcastingStatusDetails.isGameStreamInProgress;
Public ReadOnly Property IsGameStreamInProgress As Boolean

Property Value

Boolean

bool

True if a game stream is currently in progress; otherwise, false.

Applies to