Asynchronously retrieves the collection event headers of the event stream.
public:
IAsyncOperation<IVectorView<KStudioEventHeader^ >^ >^ GetEventHeadersAsync(
uint32 startIndex,
uint32 maxValueCount
)
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.
Type: IAsyncOperation<IVectorView<KStudioEventHeader^ >^ >
The collection of event headers of the event stream.
Namespace: Microsoft.Kinect.Tools
Metadata: microsoft.kinect.tools.winmd
KStudioSeekableWritableEventStream Class