toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case AacSpec.mpeg2:
      return 'MPEG2';
    case AacSpec.mpeg4:
      return 'MPEG4';
  }
}