Share via


AppRecordingStatusDetails.IsAnyAppBroadcasting Property

Definition

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.

Applies to