Skip to main content
API Reference SwiftyNsdk

PlaybackDatasetSource

Protocol for loading playback dataset data from various sources....

Declaration

protocol PlaybackDatasetSource

Summary

Protocol for loading playback dataset data from various sources. This protocol abstracts data retrieval, allowing for different implementations such as bundle loading, file system loading, remote loading, or mock data for testing. Implementations are used for on-demand frame loading - the loader is passed to PlaybackDataset which calls these methods when frames are requested.


Relationships

conformance: PlaybackDatasetLoader
conformance: BundlePlaybackDatasetLoader