QualityReportingDynamicConfig interface

Dynamic configuration update for the QualityReporting node. All fields are optional — only provided fields are updated; omitted fields keep their current values.

Signature:

export interface QualityReportingDynamicConfig

Properties

Property Type Description

blackDetect?

{ frameThreshold?: number; minBlackFrames?: number; minClearFrames?: number; }

(Optional) Black-frame detection thresholds.

freezeDetect?

{ freezeThreshold?: number; minFrozenFrames?: number; minMovingFrames?: number; }

(Optional) Freeze-frame detection thresholds.

mqaConfig?

MqaConfig

(Optional) Optional MQA aggregation weights.

nrIqa?

{ scoreThreshold: number; minPoorFrames?: number; minGoodFrames?: number; }

(Optional) NR-IQA quality detection thresholds.

reportMqaVideo?

boolean

(Optional) Enable/disable MQA-VIDEO composite score reporting.