KStudioClient.CreateRecordingAsync Method

Creates a recording.

Syntax

public:
IAsyncOperation<KStudioRecording^ >^ CreateRecordingAsync(
         String^ filePath,
         KStudioEventStreamSelectorCollection^ streamSelectorCollection,
         KStudioRecordingFlags flags
)  

Parameters

filePath
Type: String 

 The file path.

streamSelectorCollection
Type: KStudioEventStreamSelectorCollection 

A stream selector collection.

flags
Type: KStudioRecordingFlags 

Flags to control creating a recording.

Return value

Type: IAsyncOperation<KStudioRecording^ > 

The recording.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioClient Class

KStudioClient Members