dco_decode_ldd_image_format method

  1. @protected
LddImageFormat dco_decode_ldd_image_format(
  1. dynamic raw
)
override

Implementation

@protected
LddImageFormat dco_decode_ldd_image_format(dynamic raw) {
  // Codec=Dco (DartCObject based), see doc to use other codecs
  return LddImageFormat.values[raw as int];
}