Module decoder

Source
Expand description

Decoder specific functionality.

Structs§

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

Enums§

Decoder
Either a VideoDecoder or an AudioDecoder.