dco_decode_box_autoadd_quality_thresholds method

  1. @protected
QualityThresholds dco_decode_box_autoadd_quality_thresholds(
  1. 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);
}