Expand description
Real-time transcoding metrics collection and reporting.
Provides atomic counters, per-frame metrics, rolling-window statistics, CSV export, and Prometheus text-format export.
Structs§
- Encoding
Rate - Instantaneous or average encoding throughput.
- Frame
Metric - Per-frame encoding statistics.
- Legacy
Frame Metric - Per-frame encoding metric captured during transcoding (legacy).
- Metric
Aggregator - Aggregates per-frame metrics and computes derived statistics.
- Metrics
Snapshot - A non-atomic snapshot of
TranscodeMetricsat a point in time. - Metrics
Summary - Summary statistics over a collection of frame metrics (legacy).
- Quality
Metrics - Aggregate quality metrics for a session or window.
- Session
Metrics - Full metrics for a single transcoding session.
- Transcode
Metrics - Thread-safe atomic counters for a transcoding session.
- Transcode
Metrics Collector - Collects frame-level metrics during a transcode session (legacy).
Enums§
- Frame
Type - Video frame type.