toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case M2tsEbpPlacement.videoAndAudioPids:
      return 'VIDEO_AND_AUDIO_PIDS';
    case M2tsEbpPlacement.videoPid:
      return 'VIDEO_PID';
  }
}