Skip to main content

Module decoder

Module decoder 

Source
Expand description

The common interface for platform-specific decoders.

Structs§

DecodedFrame
Represents a fully decoded frame, ready for rendering.

Enums§

VideoCodec
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::thread on native, Web Workers + WebCodecs in WASM).