Skip to main content

Module container

Module container 

Source
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ยง

ContainerInfo
Container-level metadata extracted from AVFormatContext.
ContainerInfoBuilder
Builder for ContainerInfo.