UnitySwiftKotlin←API Reference Return to API Reference index←packagecom.nianticspatial.nsdk.playback com.nianticspatial.nsdk.playback←classPlaybackDataset com.nianticspatial.nsdk.playback.PlaybackDataset Function getFrameImageBytesAtIndex getFrameImageBytesAtIndexReturns raw image bytes at [index] (on-demand, cached). Use when you need bytes instead of Bitmap. Declaration fun getFrameImageBytesAtIndex(index: Int): ByteArray Summary Returns raw image bytes at [index] (on-demand, cached). Use when you need bytes instead of Bitmap.
Returns raw image bytes at [index] (on-demand, cached). Use when you need bytes instead of Bitmap.