IKStudioClipSource.GetEventStreamByIdentifierAsync Method

Gets an event stream by identifier.

Syntax

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

Parameters

dataTypeId
Type: String 

 The Data type ID.

semanticId
Type: String 

 The Semantic ID.

Return value

Type: IAsyncOperation<IKStudioEventStream^ > 

The requested event stream.

Remarks

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

IKStudioClipSource Interface

IKStudioClipSource Members

Microsoft.Kinect.Tools Namespace