MqaConfig interface

Tunable aggregation weights for the MQA quality-metrics pipeline. All sub-objects are optional — the server falls back to the defaults defined in Avp.Types.QualityMetrics for any missing piece.

Signature:

export interface MqaConfig

Properties

Property Type Description

mqaAudioWeights?

MqaAudioWeights

(Optional) Composite MQA-AUDIO weights.

mqaVideoWeights?

MqaVideoWeights

(Optional) Composite MQA-VIDEO weights.

tsErrorWeights?

MqaTsErrorWeights

(Optional) TS-error aggregation weights.