IKStudioPlayback Interface

Kinect Studio interface for playing a previously recorded Xbox Event File (XEF).

Syntax

public interface class IKStudioPlayback  

Remarks

To obtain an IKStudioPlayback interface, call KStudioClient::CreatePlaybackFromFileAsync.

To start and stop the playback, call IKStudioPlayback::StartAsync and IKStudioPlayback::StopAsync.

When done using the interface, call IKStudioPlayback::Release.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

IKStudioPlayback Members