toValue method
Implementation
String toValue() {
switch (this) {
case Eac3PassthroughControl.noPassthrough:
return 'NO_PASSTHROUGH';
case Eac3PassthroughControl.whenPossible:
return 'WHEN_POSSIBLE';
}
}
String toValue() {
switch (this) {
case Eac3PassthroughControl.noPassthrough:
return 'NO_PASSTHROUGH';
case Eac3PassthroughControl.whenPossible:
return 'WHEN_POSSIBLE';
}
}