toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Mpeg2CodecProfile.main:
      return 'MAIN';
    case Mpeg2CodecProfile.profile_422:
      return 'PROFILE_422';
  }
}