KStudioClient.GetEventStreamsByTypeAsync Method

Gets event streams by type.

Syntax

public:
IAsyncOperation<IVectorView<IKStudioEventStream^ >^ >^ GetEventStreamsByTypeAsync(
         String^ dataTypeIdFilter,
         KStudioEventStreamFlags flagsFilter,
         uint32 maxCount
)  

Parameters

dataTypeIdFilter
Type: String 

 The data type ID filter.

flagsFilter
Type: KStudioEventStreamFlags 

The flags filter.

maxCount
Type: uint32 

 The maximum number of event streams to get.

Return value

Type: IAsyncOperation<IVectorView<IKStudioEventStream^ >^ > 

A collection of event streams.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioClient Class

KStudioClient Members