IKStudioClipSource.GetEventStreamsByTypeAsync Method

Gets the event streams by type.

Syntax

public:
IAsyncOperation<IVectorView<IKStudioEventStream^ >^ >^ GetEventStreamsByTypeAsync(
         String^ dataTypeIdFilter,
         uint32 maxValueCount
)  

Parameters

dataTypeIdFilter
Type: String 

 A data type ID filter.

maxValueCount
Type: uint32 

 The maximum number of event streams that should be returned.

Return value

Type: IAsyncOperation<IVectorView<IKStudioEventStream^ >^ > 

A collection of event streams.

Remarks

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

IKStudioClipSource Interface

IKStudioClipSource Members

Microsoft.Kinect.Tools Namespace