KStudioSeekableWritableEventStream.FindEventAsync Method

Asynchronously finds an event in the event stream.

Syntax

public:
IAsyncOperation<KStudioEventIndexAndTick>^ FindEventAsync(
         TimeSpan relativeTime
)  

Parameters

relativeTime
Type: TimeSpan 

 The relative time of the event to be found.

Return value

Type: IAsyncOperation<KStudioEventIndexAndTick

The event index and tick of the requested event.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioSeekableWritableEventStream Class

KStudioSeekableWritableEventStream Members

Microsoft.Kinect.Tools Namespace