Format

abstract class Format

Interface to represent a format/container to decode

Constructors

Link copied to clipboard
fun Format()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract suspend fun processNextBlock(data: LinkedBlockingDeque<Byte>)

Method called when data is available to process

Properties

Link copied to clipboard
abstract val MINIMUM_BYTES_NEEDED: Long

Minimum bytes needed to identify any segment

Link copied to clipboard
abstract val stream: Stream

Inheritors

Link copied to clipboard