toM2tsScte35Source method

M2tsScte35Source toM2tsScte35Source()

Implementation

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