AppRecordingStatusDetails.IsGameStreamInProgress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = appRecordingStatusDetails.isGameStreamInProgress;
Public ReadOnly Property IsGameStreamInProgress As Boolean
Property Value
Boolean
bool
True if a game stream is currently in progress; otherwise, false.