Package video. api. upstream. models. storage
Types
Link copied to clipboard
Implementation of IUpstreamDao that store the session in the file system.
Link copied to clipboard
Link copied to clipboard
data class UpstreamSessionEntity( val id: String, val videoId: String?, val token: String?, val parts: List<Part>)
Content copied to clipboard
The entity of the MultiFileUploader in the storage.
Link copied to clipboard
A singleton that contains the IUpstreamDao database.