AppRecordingResult Class

Definition

Represents the results of an app recording operation started with a call to RecordTimeSpanToFileAsync or StartRecordingToFileAsync.

public ref class AppRecordingResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.AppRecording.AppRecordingContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppRecordingResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.AppRecording.AppRecordingContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppRecordingResult
Public NotInheritable Class AppRecordingResult
Inheritance
Object Platform::Object IInspectable AppRecordingResult
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.16299.0)
API contract
Windows.Media.AppRecording.AppRecordingContract (introduced in v1.0)

Properties

Duration

Gets the duration of the recorded file.

ExtendedError

Gets the extended error code associated returned by the app recording operation.

IsFileTruncated

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

Succeeded

Gets a value that indicates if the app recording operations succeeded.

Applies to