KStudioClient.GetEventStreamsAsync Method

Gets event streams.

Syntax

public:
IAsyncOperation<IVectorView<IKStudioEventStream^ >^ >^ GetEventStreamsAsync(
         KStudioEventStreamFlags flagsFilter,
         uint32 maxCount
)  

Parameters

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