KStudioClient.CreatePlaybackFromFileObjectAsync Method

Creates a Playback to play events from the file at the supplied KStudioEventFile Class object.

Syntax

public:
IAsyncOperation<KStudioPlayback^ >^ CreatePlaybackFromFileObjectAsync(
         KStudioEventFile^ file,
         KStudioEventStreamSelectorCollection^ streamSelectorCollection,
         KStudioPlaybackFlags flags
)  

Parameters

file
Type: KStudioEventFile 

The file from which the Playback should be created.

streamSelectorCollection
Type: KStudioEventStreamSelectorCollection 

The set of event streams to play back.

flags
Type: KStudioPlaybackFlags 

Options for playback creation.

Return value

Type: IAsyncOperation<KStudioPlayback^ > 

The Playback.

Remarks

In order to playback to streams from the remote service, the client needs to be connected to the service and the file needs to be a remote file.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioClient Class

KStudioClient Members

Microsoft.Kinect.Tools Namespace