toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case M2tsAudioStreamType.atsc:
      return 'ATSC';
    case M2tsAudioStreamType.dvb:
      return 'DVB';
  }
}