Click or drag to resize

ConsumerRecordingTrack Class

Recording tracks aimed at playback (not recording)
Inheritance Hierarchy
SystemObject
  ImmerseSDK.AvatarsRecordingTrack
    ImmerseSDK.AvatarsConsumerRecordingTrack

Namespace:  ImmerseSDK.Avatars
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
[SerializableAttribute]
public class ConsumerRecordingTrack : RecordingTrack

The ConsumerRecordingTrack type exposes the following members.

Constructors
  NameDescription
Public methodConsumerRecordingTrack
Creates a new RecordingTrack aimed at playback (not recording)
Top
Properties
  NameDescription
Public propertyCurrentKeyFrame
The keyframe we are currently on
Public propertyCurrentTrackTime
Current time the track playback is on
Public propertyVerboseLogging
Print verbose logs when playing track
Top
Methods
  NameDescription
Public methodHasMoreKeyFrames
Returns true if the recording has key frames left
Public methodPrintProviderInfo
Prints information to the console
(Overrides RecordingTrackPrintProviderInfo.)
Public methodSetUp
Make sure recording is setup and reset to start of recording
Public methodTick
Tick the playback and update trackTime. Called once per frame
Top
See Also