IKStudioClipSource.GetEventStreamsAsync Method

Gets an event stream.

Syntax

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

Parameters

maxValueCount
Type: uint32 

 The maximum number of event streams that should be returned.

Return value

Type: IAsyncOperation<IVectorView<IKStudioEventStream^ >^ > 

A collection of event streams.

Remarks

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

IKStudioClipSource Interface

IKStudioClipSource Members

Microsoft.Kinect.Tools Namespace