toMovMpeg2FourCCControl method

MovMpeg2FourCCControl toMovMpeg2FourCCControl()

Implementation

MovMpeg2FourCCControl toMovMpeg2FourCCControl() {
  switch (this) {
    case 'XDCAM':
      return MovMpeg2FourCCControl.xdcam;
    case 'MPEG':
      return MovMpeg2FourCCControl.mpeg;
  }
  throw Exception('$this is not known in enum MovMpeg2FourCCControl');
}