Expand description
Container-level media information.
ContainerInfo exposes the fields that belong to the media container as a
whole (format name, overall bitrate, total stream count) rather than to any
individual stream. Both crate::stream::VideoStreamInfo and
crate::stream::AudioStreamInfo cover per-stream data; this type fills the
gap with the container-level layer.
Structsยง
- Container
Info - Container-level metadata extracted from
AVFormatContext. - Container
Info Builder - Builder for
ContainerInfo.