cst_encode_box_autoadd_i_16 method

  1. @protected
int cst_encode_box_autoadd_i_16(
  1. int raw
)

Implementation

@protected
int cst_encode_box_autoadd_i_16(int raw) {
  // Codec=Cst (C-struct based), see doc to use other codecs
  return cst_encode_i_16(raw);
}