Writes an event to the event stream.
public:
IAsyncAction^ WriteEventAsync(
TimeSpan relativeTime,
IBuffer^ tagBuffer,
IBuffer^ eventDataBuffer
)
relativeTime
Type: TimeSpan
The duration.
tagBuffer
Type: IBuffer
The tag buffer.
eventDataBuffer
Type: IBuffer
The event data buffer.
Type: IAsyncAction
Namespace: Microsoft.Kinect.Tools
Metadata: microsoft.kinect.tools.winmd
IKStudioWritableEventStream Interface