KStudioClient.CreateEventFileAsync Method

Asynchronously creates a new File that can have Event Streams.

Syntax

public:
IAsyncOperation<IKStudioWritableEventFile^ >^ CreateEventFileAsync(
         String^ filePath
)  

Parameters

filePath
Type: String 

  The full path of the file to create, such as remote file “xd:\clips\test.xef” or local file “c:\temp\test.xef”.

Return value

Type: IAsyncOperation<IKStudioWritableEventFile^ > 

A File that can have Event Streams created in it and Events written to those streams.

Remarks

In order to create a remote file, the client needs to be connected to the service.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioClient Class

KStudioClient Members

Microsoft.Kinect.Tools Namespace