KStudioClient.CreateRerecordingAsync Method

Creates a recording.

Syntax

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

Parameters

filePath
Type: String 

 The file path.

streamSelectorCollection
Type: KStudioEventStreamSelectorCollection 

A stream selector collection.

playbackStartRelativeTime
Type: TimeSpan 

 The relative time to start the recording from.

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

Microsoft.Kinect.Tools Namespace