toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case MsSmoothAudioDeduplication.combineDuplicateStreams:
      return 'COMBINE_DUPLICATE_STREAMS';
    case MsSmoothAudioDeduplication.none:
      return 'NONE';
  }
}