dco_decode_box_autoadd_quality_thresholds method
- dynamic raw
Implementation
@protected
QualityThresholds dco_decode_box_autoadd_quality_thresholds(dynamic raw) {
// Codec=Dco (DartCObject based), see doc to use other codecs
return dco_decode_quality_thresholds(raw);
}