PlaybackDatasetSource
Protocol for loading playback dataset data from various sources....
Declaration
protocol PlaybackDatasetSourceSummary
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