Asynchronously creates a new File that can have Event Streams.
public:
IAsyncOperation<IKStudioWritableEventFile^ >^ CreateEventFileAsync(
String^ filePath
)
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”.
Type: IAsyncOperation<IKStudioWritableEventFile^ >
A File that can have Event Streams created in it and Events written to those streams.
In order to create a remote file, the client needs to be connected to the service.
Namespace: Microsoft.Kinect.Tools
Metadata: microsoft.kinect.tools.winmd