toM3u8Scte35Source method

M3u8Scte35Source toM3u8Scte35Source()

Implementation

M3u8Scte35Source toM3u8Scte35Source() {
  switch (this) {
    case 'PASSTHROUGH':
      return M3u8Scte35Source.passthrough;
    case 'NONE':
      return M3u8Scte35Source.none;
  }
  throw Exception('$this is not known in enum M3u8Scte35Source');
}