toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case AacRawFormat.latmLoas:
      return 'LATM_LOAS';
    case AacRawFormat.none:
      return 'NONE';
  }
}