KStudioSeekableWritableEventStream.WriteEventAsync Method

Asynchronously writes an event to the event stream.

Syntax

public:
IAsyncAction^ WriteEventAsync(
         TimeSpan relativeTime,
         IBuffer^ tagBuffer,
         IBuffer^ eventDataBuffer
)  

Parameters

relativeTime
Type: TimeSpan 

 The timestamp of the event.

tagBuffer
Type: IBuffer 

The address of the tag data to write.

eventDataBuffer
Type: IBuffer 

The address of the data of the event to write.

Return value

Type: IAsyncAction 

An asynchronous action.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioSeekableWritableEventStream Class

KStudioSeekableWritableEventStream Members

Microsoft.Kinect.Tools Namespace