toValue method
Implementation
String toValue() {
switch (this) {
case Eac3LfeControl.lfe:
return 'LFE';
case Eac3LfeControl.noLfe:
return 'NO_LFE';
}
}
String toValue() {
switch (this) {
case Eac3LfeControl.lfe:
return 'LFE';
case Eac3LfeControl.noLfe:
return 'NO_LFE';
}
}