QualityReportingSettings.onTruePeakOver property
Called when true peak exceeds the ceiling; dbtp is the peak (dBTP).
Signature:
onTruePeakOver?: (event: {
streamKey: StreamKey;
dbtp: number;
}) => void;
Called when true peak exceeds the ceiling; dbtp is the peak (dBTP).
Signature:
onTruePeakOver?: (event: {
streamKey: StreamKey;
dbtp: number;
}) => void;