toM2tsAribCaptionsPidControl method

M2tsAribCaptionsPidControl toM2tsAribCaptionsPidControl()

Implementation

M2tsAribCaptionsPidControl toM2tsAribCaptionsPidControl() {
  switch (this) {
    case 'AUTO':
      return M2tsAribCaptionsPidControl.auto;
    case 'USE_CONFIGURED':
      return M2tsAribCaptionsPidControl.useConfigured;
  }
  throw Exception('$this is not known in enum M2tsAribCaptionsPidControl');
}