Skip to main content

Module transcode_metrics

Module transcode_metrics 

Source
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§

EncodingRate
Instantaneous or average encoding throughput.
FrameMetric
Per-frame encoding statistics.
LegacyFrameMetric
Per-frame encoding metric captured during transcoding (legacy).
MetricAggregator
Aggregates per-frame metrics and computes derived statistics.
MetricsSnapshot
A non-atomic snapshot of TranscodeMetrics at a point in time.
MetricsSummary
Summary statistics over a collection of frame metrics (legacy).
QualityMetrics
Aggregate quality metrics for a session or window.
SessionMetrics
Full metrics for a single transcoding session.
TranscodeMetrics
Thread-safe atomic counters for a transcoding session.
TranscodeMetricsCollector
Collects frame-level metrics during a transcode session (legacy).

Enums§

FrameType
Video frame type.