KStudioEventFile.GetEventStreamsByTypeAsync Method

Gets the event streams of the specified type, asynchronously.

Syntax

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

Parameters

dataTypeIdFilter
Type: String 

  The data type ID filter.

maxValueCount
Type: uint32 

  The maximum value count.

Return value

Type: IAsyncOperation<IVectorView<IKStudioEventStream^ >^ > 

A vector of event streams.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioEventFile Class

KStudioEventFile Members