KStudioClient.CreatePlaybackFromFilePathAsync Method

Creates a Playback to play events from the file at the supplied path.

Syntax

public:
IAsyncOperation<KStudioPlayback^ >^ CreatePlaybackFromFilePathAsync(
         String^ filePath,
         KStudioEventStreamSelectorCollection^ streamSelectorCollection,
         KStudioPlaybackFlags flags
)  

Parameters

filePath
Type: String 

 The path to the file from which to create the playback.

streamSelectorCollection
Type: KStudioEventStreamSelectorCollection 

The stream selector.

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