QualityReportingSettings.onMqaVideoScore property
Called with the aggregated SVTA MQA-VIDEO composite score (emitted only when reportMqaVideo is enabled) — whenever it changes, and otherwise periodically so the components breakdown stays live. Each component is present only when measured this report (psnr/ssim need the encoder; nrIqa is sampled).
Signature:
onMqaVideoScore?: (event: {
streamKey: StreamKey;
score: number;
components?: {
psnr?: number;
ssim?: number;
nrIqa?: number;
blackRatio?: number;
freezeScore?: number;
};
analysisLagMs?: number;
}) => void;