Expand description
The container-decoder public API contract.
This module defines the types every concrete decoder (FLAC, WAV, PCM) exchanges with its callers.
Structs§
- Stream
Info - Metadata describing a decoded stream, populated at
ContainerDecoder::opentime.
Enums§
- Format
Kind - Supported container formats.
Traits§
- Container
Decoder - Multi-format container decoder.