Crate mpeg_audio_header

Source
Expand description

mpeg-audio-header

Parse metadata of an MPEG audio stream from VBR (XING/VBRI) and MPEG frame headers.

Structs§

Header
Properties of an MPEG audio stream
PositionalError
Error enriched with position information
ReadPosition
Position within a readable source

Enums§

Error
Error type
HeaderSource
Source of the parsed metadata
Layer
MPEG Audio Layer
Mode
Channel Mode
ParseMode
Parse mode
Version
MPEG Version

Type Aliases§

PositionalResult
Result type for PositionalError