IKStudioSeekableEventStream.GetEventHeadersAsync Method

Gets an event header.

Syntax

public:
IAsyncOperation<IVectorView<KStudioEventHeader^ >^ >^ GetEventHeadersAsync(
         uint32 startIndex,
         uint32 maxValueCount
)  

Parameters

startIndex
Type: uint32 

 The start index.

maxValueCount
Type: uint32 

 The maximum value count.

Return value

Type: IAsyncOperation<IVectorView<KStudioEventHeader^ >^ > 

A collection of event headers.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

IKStudioSeekableEventStream Interface

IKStudioSeekableEventStream Members