AppRecordingStatus.CanRecordTimeSpan 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 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.