RecordingTrack Class |
Namespace: ImmerseSDK.Avatars
[SerializableAttribute] public abstract class RecordingTrack : IEnumerable<RecordingTrackRecordingDataKeyFrame>, IEnumerable
The RecordingTrack type exposes the following members.
Name | Description | |
---|---|---|
RecordingTrack |
Creates a new recording track of the given type
|
Name | Description | |
---|---|---|
DataVersion |
Version of the binary data
| |
Item |
Indexer for key frames
| |
KeyFrameCount |
Number of keyframes
| |
KeyFrames |
Direct access to the list of keyframes
| |
TrackType |
Type of recording track
|
Name | Description | |
---|---|---|
Copy |
Makes a copy of the buffer
| |
DataConsumerFactoryHandler |
Callback for finding the correct data consumer for the track being created
| |
Deserialise |
Deserialises a track from the byte array given
| |
GetEnumerator |
Enumerate over keyframes
| |
PrintProviderInfo |
Prints information to the console
| |
Serialise |
Serialises a track to a byte array
|
Name | Description | |
---|---|---|
_keyFrames | ||
_trackType |
Type of recording track
| |
AvatarMinKeyFrameInterval |
Minimum interval for a controller frame
| |
ControllerMinKeyFrameInterval |
Minimum interval for a controller frame
|