toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case AacProfile.hev1:
      return 'HEV1';
    case AacProfile.hev2:
      return 'HEV2';
    case AacProfile.lc:
      return 'LC';
  }
}