ApplicationClipCapture.StartRecordAsync Method

Start recording the clip.

Only call this method from a new instance of ApplicationClipCapture. An error will occur if the object was used in a previous recording.

Syntax

public:
IAsyncAction^ StartRecordAsync(
         User^ owner
)  

Parameters

owner
Type: User 

The user recording the clip.

Return value

Type: IAsyncAction 

An interface for tracking the progress of the asynchronous call.

Requirements

Namespace: Windows.Xbox.Media.Capture

Metadata: windows.winmd

See also

Reference

ApplicationClipCapture Class

ApplicationClipCapture Members

Windows.Xbox.Media.Capture Namespace