FrameSaver

Save data frames for later retrieval.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Retrieve a copy of the list of saved frames.

Link copied to clipboard
suspend fun reset()

Clear all saved frames

Link copied to clipboard
suspend fun saveFrame(frame: Frame, metaData: MetaData)

Determine how frames should be classified using getSaveFrameIdentifier, and then store them in a map of frames based on that identifier.