Expand description
Decoder specific functionality.
Enums§
- Decoder
- Either a
VideoDecoder
or anAudioDecoder
.
Structs§
- Generic
Decoder - A generic decoder that can be used to decode any type of media.
- Video
Decoder - A video decoder.
- Audio
Decoder - An audio decoder.
- Decoder
Options - Options for creating a
Decoder
.