KStudioClient.CreateEventStreamAsync Method

Creates an event stream.

Syntax

public:
IAsyncOperation<IKStudioEventStream^ >^ CreateEventStreamAsync(
         String^ dataTypeId,
         String^ semanticId,
         String^ dataTypeName,
         String^ name,
         uint32 tagSize,
         IVectorView<KStudioEventStreamSelectorRequirement>^ streamSelectorRequirements,
         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.

streamSelectorRequirements
Type: IVectorView<KStudioEventStreamSelectorRequirement

  The event stream selector requirement.

flags
Type: KStudioEventStreamFlags 

Flags to control this operation.

Return value

Type: IAsyncOperation<IKStudioEventStream^ > 

The event stream.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioClient Class

KStudioClient Members