AppRecordingStatus.CanRecordTimeSpan Property

Definition

Gets a value that indicates whether the current app can currently record a timespan of the audio and video content of the app by calling RecordTimespanToFileAsync.

public:
 property bool CanRecordTimeSpan { bool get(); };
bool CanRecordTimeSpan();
public bool CanRecordTimeSpan { get; }
var boolean = appRecordingStatus.canRecordTimeSpan;
Public ReadOnly Property CanRecordTimeSpan As Boolean

Property Value

Boolean

bool

Remarks

If this value is false, check the Details to get detailed information on why the app can't currently record a timspan.

Applies to