KStudioPlayback Class
[This documentation is preliminary and is subject to change.]
Controls playback of Kinect Studio data.
KStudioPlayback has the following members.
| Name | Description |
|---|---|
| ClearPausePointsAsync | Clears all pause points from the Playback. |
| GetCurrentLoopIterationAsync | Gets the current loop iteration, asynchronously. |
| GetCurrentRelativeTimeAsync | Gets the current relative time, asynchronously. |
| GetDurationAsync | Gets the duration of the Playback. |
| GetEndBehaviorAsync | Gets the end behavior, asynchronously. |
| GetInPointByRelativeTimeAsync | Gets the in point by relative time, asynchronously. |
| GetLoopCountAsync | Gets the loop count, asynchronously. |
| GetMetadata | Gets the metadata. |
| GetMetadataForStream | Gets the metadata for a stream. |
| GetModeAsync | Gets the playback mode, asynchronously. |
| GetOutPointByRelativeTimeAsync | Gets the out point, by relative time, asynchronously. |
| GetPausePointsByRelativeTimeAsync | Asynchronously retrieves a collection of time spans representing the relative times of pause points in the Playback. |
| GetStartRelativeTimeAsync | Gets the start in terms of relative time, asynchronously. |
| GetStateAsync | Gets the playback state, asynchronously. |
| PauseAsync | Pauses playback, asynchronously. |
| ResumeAsync | Resumes playback, asynchronously. |
| SeekByRelativeTimeAsync | Seeks through playback by relative time, asynchronously. |
| SetCurrentLoopIterationAsync | Sets the current loop iteration, asynchronously. |
| SetEndBehaviorAsync | Sets the end behavior, asynchronously. |
| SetInPointByRelativeTimeAsync | Sets the in point by relative time, asynchronously. |
| SetLoopCountAsync | Sets the loop count, asynchronously. |
| SetModeAsync | Sets the playback mode, asynchronously. |
| SetOutPointByRelativeTimeAsync | Sets the out point by relative time, asynchronously. |
| SetPausePointByRelativeTimeAsync | Sets the pause point by relative time, asynchronously. |
| StartAsync | Starts playback, asynchronously. |
| StartPausedAsync | Starts paused playback, asynchronously. |
| StepOnceAsync | Steps through playback by one frame, asynchronously. |
| StepOnceByStreamAsync | Steps once through playback by stream, asynchronously. |
| StepOnceByStreamIdentifierAsync | Steps through playback once by stream identifier, asynchronously. |
| StepOnceByStreamTypeAsync | Steps once through playback by stream type, asynchronously. |
| StopAsync | Stops playback, asynchronously. |
Community Additions
Show: