MqaTsErrorWeights interface

Weights driving the transport-stream error aggregation inside the composite MQA-VIDEO score. All values are non-negative per-event penalty weights.

Signature:

export interface MqaTsErrorWeights

Properties

Property Type Description

ccErrors

number

Penalty weight for continuity-counter errors (duplicate + out-of-order).

crcErrors

number

Penalty weight for TS-packet CRC errors.

otherErrors

number

Penalty weight for PAT/PMT/PID/CAT/unreferenced-pid errors.

pcrErrors

number

Penalty weight for PCR-related errors.

ptsErrors

number

Penalty weight for PTS errors.

syncLoss

number

Penalty weight for sync-loss / sync-byte errors.

transportErrors

number

Penalty weight for transport-error indicator bits.