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