IKStudioPlayback.GetPausePointsByRelativeTimeAsync Method

Gets a collection of pause points by relative time.

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 pause points.

Remarks

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

IKStudioPlayback Interface

IKStudioPlayback Members

Microsoft.Kinect.Tools Namespace