TrackData
Data that was recorded to an external Track
.
Obtained by ARPlaybackManager.GetUpdatedTrackData(System.Guid)
.
Summary
Public attributes |
|
---|---|
Data
|
byte[]
The byte data array that was recorded via
ARRecordingManager.RecordTrackData(Guid, byte[]) . |
FrameTimestamp
|
long
The timestamp in nanoseconds of the frame the given
TrackData was recorded on. |
Public attributes
Data
byte[] Google::XR::ARCoreExtensions::TrackData::Data
The byte data array that was recorded via ARRecordingManager.RecordTrackData(Guid, byte[])
.
FrameTimestamp
long Google::XR::ARCoreExtensions::TrackData::FrameTimestamp
The timestamp in nanoseconds of the frame the given TrackData
was recorded on.
If frames are skipped during playback, the played back external track data may be attached to a later frame. This timestamp is equal to the result of UnityEngine.XR.ARSubsystems.XRCameraFrame.timestampNs
on the frame during which track data was written.