IKStudioWritableEventFile.CreateEventStreamAsync Method

Creates an event stream.

Syntax

public:
IAsyncOperation<IKStudioWritableEventStream^ >^ CreateEventStreamAsync(
         String^ dataTypeId,
         String^ semanticId,
         String^ dataTypeName,
         String^ name,
         uint32 tagSize,
         KStudioEventStreamFlags flags
)  

Parameters

dataTypeId
Type: String 

 The data type ID.

semanticId
Type: String 

 The semantic ID.

dataTypeName
Type: String 

 The data type name.

name
Type: String 

 The name of the event stream.

tagSize
Type: uint32 

 The size of the tag, in bytes.

flags
Type: KStudioEventStreamFlags 

Flags to control the event stream creation.

Return value

Type: IAsyncOperation<IKStudioWritableEventStream^ > 

The asynchronous operation.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

IKStudioWritableEventFile Interface

IKStudioWritableEventFile Members

Microsoft.Kinect.Tools Namespace