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