AppRecordingResult.IsFileTruncated Property

Definition

Gets a value that indicates if the saved app recording was truncated.

public:
 property bool IsFileTruncated { bool get(); };
bool IsFileTruncated();
public bool IsFileTruncated { get; }
var boolean = appRecordingResult.isFileTruncated;
Public ReadOnly Property IsFileTruncated As Boolean

Property Value

Boolean

bool

True if the file was truncated; otherwise, false.

Remarks

RecordTimeSpanToFileAsync allows you to specify a requested duration for the app recording, but it is possible a recording to complete successfully, but for a shorter duration than requested, such as if the allocated storage space for recordings is filled. Check the value of the Duration property to determine the actual duration of the recorded file.

Applies to