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