toM2tsEbpAudioInterval method

M2tsEbpAudioInterval toM2tsEbpAudioInterval()

Implementation

M2tsEbpAudioInterval toM2tsEbpAudioInterval() {
  switch (this) {
    case 'VIDEO_AND_FIXED_INTERVALS':
      return M2tsEbpAudioInterval.videoAndFixedIntervals;
    case 'VIDEO_INTERVAL':
      return M2tsEbpAudioInterval.videoInterval;
  }
  throw Exception('$this is not known in enum M2tsEbpAudioInterval');
}