KStudioPlayback.InsertPausePointByRelativeTimeAsync Method

Inserts a pause point at the specified relative time.

Syntax

public:
IAsyncAction^ InsertPausePointByRelativeTimeAsync(
         TimeSpan value
)  

Parameters

value
Type: TimeSpan 

 The relative time to insert the pause point at.

Return value

Type: IAsyncAction 

Returns an IAsyncAction object that represents the state of the asynchronous operation. Completion of the asynchronous operation is signaled by using a handler that is passed to the IAsyncAction.Completed property.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioPlayback Class

KStudioPlayback Members

Microsoft.Kinect.Tools Namespace