//! Video source statistics.
//!
//! This module contains the [`RTCVideoSourceStats`] type which provides
//! information about video capture sources.
use RTCMediaSourceStats;
use ;
/// Statistics for a video source.
///
/// This struct corresponds to the `RTCVideoSourceStats` dictionary in the
/// W3C WebRTC Statistics API. It provides information about the video
/// capture source, including resolution and frame rate metrics.
///
/// # W3C Reference
///
/// See [RTCVideoSourceStats](https://www.w3.org/TR/webrtc-stats/#videosourcestats-dict*)