VideoDecoder

abstract class VideoDecoder

Represents a video decoder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun canDecode(link: String): Boolean

Check if this decoder can process the link

Link copied to clipboard
abstract suspend fun decode(item: SourceItem): DecodeResult

Try to decode the SourceItem