KStudioSeekableEventStream.GetEventHeadersAsync Method

Gets the event headers of the event stream, asynchronously.

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^ >^ > 

The event headers of the event stream.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioSeekableEventStream Class

KStudioSeekableEventStream Members