KStudioSeekableWritableEventStream.GetEventHeadersAsync Method

Asynchronously retrieves the collection event headers of the event stream.

Syntax

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

Parameters

startIndex
Type: uint32 

 The start index of the event for which metadata should be retrieved.

maxValueCount
Type: uint32 

 The maximum number of event headers that should be retrieved.

Return value

Type: IAsyncOperation<IVectorView<KStudioEventHeader^ >^ > 

The collection of event headers of the event stream.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioSeekableWritableEventStream Class

KStudioSeekableWritableEventStream Members

Microsoft.Kinect.Tools Namespace