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 |
|---|---|---|
(Optional) Audio alert configuration. Omit to leave the audio alerts unchanged; provide to replace them in full (an omitted detector is disabled) — so every audio alert is individually enable/disable-able at runtime. |
||
{ 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. |
|
{ timeoutMs?: number; } |
(Optional) Signal-lost detection timeout; omit to disable. |