KStudioPlayback.GetPausePointsByRelativeTimeAsync Method

Asynchronously retrieves a collection of time spans representing the relative times of pause points in the Playback.

Syntax

public:
IAsyncOperation<IVectorView<TimeSpan>^ >^ GetPausePointsByRelativeTimeAsync(
         uint32 maxValueCount
)  

Parameters

maxValueCount
Type: uint32 

 The maximum number of pause points that should be returned.

Return value

Type: IAsyncOperation<IVectorView<TimeSpan>^ > 

A collection of relative times of pause points.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioPlayback Class

KStudioPlayback Members

Microsoft.Kinect.Tools Namespace