IKStudioWritableEventStream.WriteEventAsync Method

Writes an event to the event stream.

Syntax

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

Parameters

relativeTime
Type: TimeSpan 

 The duration.

tagBuffer
Type: IBuffer 

The tag buffer.

eventDataBuffer
Type: IBuffer 

The event data buffer.

Return value

Type: IAsyncAction 

The asynchronous action.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

IKStudioWritableEventStream Interface

IKStudioWritableEventStream Members

Microsoft.Kinect.Tools Namespace