toValue method
Implementation
String toValue() {
switch (this) {
case Eac3MetadataControl.followInput:
return 'FOLLOW_INPUT';
case Eac3MetadataControl.useConfigured:
return 'USE_CONFIGURED';
}
}
String toValue() {
switch (this) {
case Eac3MetadataControl.followInput:
return 'FOLLOW_INPUT';
case Eac3MetadataControl.useConfigured:
return 'USE_CONFIGURED';
}
}