Expand description
The common interface for platform-specific decoders.
Structs§
- Decoded
Frame - Represents a fully decoded frame, ready for rendering.
Enums§
- Video
Codec - An enumeration of the supported video codecs. Names include profile/level details for scalability.
Traits§
- Decodable
- A trait that abstracts over the platform-specific decoder implementation
(e.g.,
std::threadon native, Web Workers + WebCodecs in WASM).