Module decoder

Source
Expand description

Decoder specific functionality.

Enums§

Decoder
Either a VideoDecoder or an AudioDecoder.

Structs§

GenericDecoder
A generic decoder that can be used to decode any type of media.
VideoDecoder
A video decoder.
AudioDecoder
An audio decoder.
DecoderOptions
Options for creating a Decoder.