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