IKStudioSeekableEventStream.FindEventAsync Method

Finds an event.

Syntax

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

Parameters

relativeTime
Type: TimeSpan 

 The relative time.

Return value

Type: IAsyncOperation<KStudioEventIndexAndTick

Event index and tick.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

IKStudioSeekableEventStream Interface

IKStudioSeekableEventStream Members