toEac3AtmosBitstreamMode method
Implementation
Eac3AtmosBitstreamMode toEac3AtmosBitstreamMode() {
switch (this) {
case 'COMPLETE_MAIN':
return Eac3AtmosBitstreamMode.completeMain;
}
throw Exception('$this is not known in enum Eac3AtmosBitstreamMode');
}