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 |
|---|---|---|
{ frameThreshold?: number; minBlackFrames?: number; minClearFrames?: number; } |
(Optional) Black-frame detection thresholds. |
|
{ freezeThreshold?: number; minFrozenFrames?: number; minMovingFrames?: number; } |
(Optional) Freeze-frame detection thresholds. |
|
(Optional) Optional MQA aggregation weights. |
||
{ scoreThreshold: number; minPoorFrames?: number; minGoodFrames?: number; } |
(Optional) NR-IQA quality detection thresholds. |
|
boolean |
(Optional) Enable/disable MQA-VIDEO composite score reporting. |