KStudioEventFile.GetEventStreamsAsync Method

Gets the event stream, asynchronously.

Syntax

public:
IAsyncOperation<IVectorView<IKStudioEventStream^ >^ >^ GetEventStreamsAsync(
         uint32 maxValueCount
)  

Parameters

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