toEac3LfeControl method

Eac3LfeControl toEac3LfeControl()

Implementation

Eac3LfeControl toEac3LfeControl() {
  switch (this) {
    case 'LFE':
      return Eac3LfeControl.lfe;
    case 'NO_LFE':
      return Eac3LfeControl.noLfe;
  }
  throw Exception('$this is not known in enum Eac3LfeControl');
}