getEncoderCapacity function

int getEncoderCapacity (Uint16List img)

Implementation

int getEncoderCapacity(Uint16List img) {
  return img.length;
}