Expand description
Container metadata helpers and duration probing.
Structs§
- Info
- Combined container info (track list, durations, sample format).
- Track
Info - Aggregate codec information for a track.
Functions§
- get_
durations - Best-effort duration mapping per track using metadata or frame counts.
- get_
durations_ by_ scan - Scan all packets to compute per-track durations (accurate but slower).
- get_
probe_ result_ from_ string - Probe a media file (or stdin
-) and return the Symphonia probe result. - get_
time_ from_ frames - Convert Symphonia codec parameters to seconds using time base and frames.