//! Media probing traits and metadata types.
//!
//! Defines the [`MediaProbe`] trait for inspecting media files, along with all associated types:
//! [`MediaMetadata`], [`KeyframeInfo`], [`SilenceInterval`], and [`Chapter`].
pub use ;
pub use MediaProbe;
pub use MediaMetadata;