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