Writes an event to the event stream, asynchronously.
public:
IAsyncAction^ WriteEventAsync(
TimeSpan relativeTime,
IBuffer^ tagBuffer,
IBuffer^ eventDataBuffer
)
relativeTime
Type: TimeSpan
The time range of the event to write to the stream.
tagBuffer
Type: IBuffer
The tag buffer.
eventDataBuffer
Type: IBuffer
The event data buffer.
Type: IAsyncAction
Namespace: Microsoft.Kinect.Tools
Metadata: microsoft.kinect.tools.winmd
KStudioWritableEventStream Class