KStudioWritableEventFile.GetEventStreamsAsync Method

Gets the event streams for the event file.

Syntax

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

Parameters

maxValueCount
Type: uint32 

 The maximum value count.

Return value

Type: IAsyncOperation<IVectorView<IKStudioEventStream^ >^ > 

The event streams for the event file.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioWritableEventFile Class

KStudioWritableEventFile Members

Microsoft.Kinect.Tools Namespace