toM2tsNielsenId3Behavior method

M2tsNielsenId3Behavior toM2tsNielsenId3Behavior()

Implementation

M2tsNielsenId3Behavior toM2tsNielsenId3Behavior() {
  switch (this) {
    case 'NO_PASSTHROUGH':
      return M2tsNielsenId3Behavior.noPassthrough;
    case 'PASSTHROUGH':
      return M2tsNielsenId3Behavior.passthrough;
  }
  throw Exception('$this is not known in enum M2tsNielsenId3Behavior');
}