KStudioSeekableEventStream.FindEventAsync Method

Finds an event in the event stream, asynchronously.

Syntax

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

Parameters

relativeTime
Type: TimeSpan 

  The relative time span within which to search for the event.

Return value

Type: IAsyncOperation<KStudioEventIndexAndTick

The event index and tick.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioSeekableEventStream Class

KStudioSeekableEventStream Members