AppRecordingStatusDetails.IsAnyAppBroadcasting 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 whether another app is currently broadcasting.
public:
property bool IsAnyAppBroadcasting { bool get(); };
bool IsAnyAppBroadcasting();
public bool IsAnyAppBroadcasting { get; }
var boolean = appRecordingStatusDetails.isAnyAppBroadcasting;
Public ReadOnly Property IsAnyAppBroadcasting As Boolean
Property Value
Boolean
bool
True if another app is currently broadcasting; otherwise, false.
Remarks
The current app can't begin recording while another app is broadcasting.