toM2tsPcrControl method

M2tsPcrControl toM2tsPcrControl()

Implementation

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