Skip to main content

Module decoder

Module decoder 

Source
Expand description

The container-decoder public API contract.

This module defines the types every concrete decoder (FLAC, WAV, PCM) exchanges with its callers.

Structs§

StreamInfo
Metadata describing a decoded stream, populated at ContainerDecoder::open time.

Enums§

FormatKind
Supported container formats.

Traits§

ContainerDecoder
Multi-format container decoder.