toM3u8PcrControl method

M3u8PcrControl toM3u8PcrControl()

Implementation

M3u8PcrControl toM3u8PcrControl() {
  switch (this) {
    case 'CONFIGURED_PCR_PERIOD':
      return M3u8PcrControl.configuredPcrPeriod;
    case 'PCR_EVERY_PES_PACKET':
      return M3u8PcrControl.pcrEveryPesPacket;
  }
  throw Exception('$this is not known in enum M3u8PcrControl');
}