ConsumerRecordingTrack Class |
Namespace: ImmerseSDK.Avatars
[SerializableAttribute] public class ConsumerRecordingTrack : RecordingTrack
The ConsumerRecordingTrack type exposes the following members.
Name | Description | |
---|---|---|
ConsumerRecordingTrack |
Creates a new RecordingTrack aimed at playback (not recording)
|
Name | Description | |
---|---|---|
CurrentKeyFrame |
The keyframe we are currently on
| |
CurrentTrackTime |
Current time the track playback is on
| |
VerboseLogging |
Print verbose logs when playing track
|
Name | Description | |
---|---|---|
HasMoreKeyFrames |
Returns true if the recording has key frames left
| |
PrintProviderInfo |
Prints information to the console
(Overrides RecordingTrackPrintProviderInfo.) | |
SetUp |
Make sure recording is setup and reset to start of recording
| |
Tick |
Tick the playback and update trackTime. Called once per frame
|