KStudioPlayback.SetPausePointsByRelativeTimeAsync Method

Sets the pause point by relative time, asynchronously.

Syntax

public:
IAsyncAction^ SetPausePointsByRelativeTimeAsync(
         IVectorView<TimeSpan>^ value
)  

Parameters

value
Type: IVectorView<TimeSpan

  A collection of relative times.

Return value

Type: IAsyncAction 

The asynchronous action.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioPlayback Class

KStudioPlayback Members