Asynchronously writes an event to the event stream.
public:
IAsyncAction^ WriteEventAsync(
TimeSpan relativeTime,
IBuffer^ tagBuffer,
IBuffer^ eventDataBuffer
)
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.
Type: IAsyncAction
Namespace: Microsoft.Kinect.Tools
Metadata: microsoft.kinect.tools.winmd
KStudioSeekableWritableEventStream Class