Package com.github.Vincentvibe3.efplayer.formats

Types

Link copied to clipboard
abstract class Format

Interface to represent a format/container to decode

Link copied to clipboard
class FormatParseException(format: Formats, message: String?) : Exception
Link copied to clipboard
enum Formats : Enum<Formats>

Formats that are supported

Link copied to clipboard
data class Result<T>(bytesRead: Long, value: T)

Result of a byte operation