Asynchronously finds an event in the event stream.
public:
IAsyncOperation<KStudioEventIndexAndTick>^ FindEventAsync(
TimeSpan relativeTime
)
relativeTime
Type: TimeSpan
The relative time of the event to be found.
Type: IAsyncOperation<KStudioEventIndexAndTick>
The event index and tick of the requested event.
Namespace: Microsoft.Kinect.Tools
Metadata: microsoft.kinect.tools.winmd
KStudioSeekableWritableEventStream Class