KStudioClient.GetEventStreamByIdentiferAsync Method

Gets an event stream by identifier.

Syntax

public:
IAsyncOperation<IKStudioEventStream^ >^ GetEventStreamByIdentiferAsync(
         String^ dataTypeId,
         String^ semanticId
)  

Parameters

dataTypeId
Type: String 

 The data type ID.

semanticId
Type: String 

 The semantic ID.

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