IKStudioSeekableEventStream.ReadEventAsync Method

Reads an event.

Syntax

public:
IAsyncOperation<KStudioEvent^ >^ ReadEventAsync(
         uint32 eventIndex,
         uint32 maxTagSize,
         uint32 maxDataSize
)  

Parameters

eventIndex
Type: uint32 

 The event index.

maxTagSize
Type: uint32 

 The maximum tag size, in bytes.

maxDataSize
Type: uint32 

 The maximum data size, in bytes.

Return value

Type: IAsyncOperation<KStudioEvent^ > 

The event.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

IKStudioSeekableEventStream Interface

IKStudioSeekableEventStream Members