KStudioWritableEventFile.GetEventStreamsByTypeAsync Method

Gets event streams by 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^ >^ > 

The event streams.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioWritableEventFile Class

KStudioWritableEventFile Members

Microsoft.Kinect.Tools Namespace