AppRecordingResult.IsFileTruncated 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 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
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.