KStudioPlayback Class

[This documentation is preliminary and is subject to change.]
Controls playback of Kinect Studio data.

public ref class KStudioPlayback sealed : IKStudioPlayback

KStudioPlayback has the following members.

NameDescription
FlagsFlags to control playback.
SourceGets the source file of the playback.

NameDescription
ClearPausePointsAsyncClears all pause points from the Playback.
GetCurrentLoopIterationAsyncGets the current loop iteration, asynchronously.
GetCurrentRelativeTimeAsyncGets the current relative time, asynchronously.
GetDurationAsyncGets the duration of the Playback.
GetEndBehaviorAsyncGets the end behavior, asynchronously.
GetInPointByRelativeTimeAsyncGets the in point by relative time, asynchronously.
GetLoopCountAsyncGets the loop count, asynchronously.
GetMetadataGets the metadata.
GetMetadataForStreamGets the metadata for a stream.
GetModeAsyncGets the playback mode, asynchronously.
GetOutPointByRelativeTimeAsyncGets the out point, by relative time, asynchronously.
GetPausePointsByRelativeTimeAsyncAsynchronously retrieves a collection of time spans representing the relative times of pause points in the Playback.
GetStartRelativeTimeAsyncGets the start in terms of relative time, asynchronously.
GetStateAsyncGets the playback state, asynchronously.
PauseAsyncPauses playback, asynchronously.
ResumeAsyncResumes playback, asynchronously.
SeekByRelativeTimeAsyncSeeks through playback by relative time, asynchronously.
SetCurrentLoopIterationAsyncSets the current loop iteration, asynchronously.
SetEndBehaviorAsyncSets the end behavior, asynchronously.
SetInPointByRelativeTimeAsyncSets the in point by relative time, asynchronously.
SetLoopCountAsyncSets the loop count, asynchronously.
SetModeAsyncSets the playback mode, asynchronously.
SetOutPointByRelativeTimeAsyncSets the out point by relative time, asynchronously.
SetPausePointByRelativeTimeAsyncSets the pause point by relative time, asynchronously.
StartAsyncStarts playback, asynchronously.
StartPausedAsyncStarts paused playback, asynchronously.
StepOnceAsyncSteps through playback by one frame, asynchronously.
StepOnceByStreamAsyncSteps once through playback by stream, asynchronously.
StepOnceByStreamIdentifierAsyncSteps through playback once by stream identifier, asynchronously.
StepOnceByStreamTypeAsyncSteps once through playback by stream type, asynchronously.
StopAsyncStops playback, asynchronously.

Namespace: Microsoft.Kinect.Tools
Assembly: (in )

Reference

Community Additions

Show: