toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Mpeg2Syntax.$default:
      return 'DEFAULT';
    case Mpeg2Syntax.d_10:
      return 'D_10';
  }
}