KStudioSeekableEventStream.ReadEventAsync Method

Reads an event from the event stream, asynchronously.

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.

maxDataSize
Type: uint32 

  The maximum data size.

Return value

Type: IAsyncOperation<KStudioEvent^ > 

The event.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioSeekableEventStream Class

KStudioSeekableEventStream Members