toValue method
Implementation
String toValue() {
switch (this) {
case AacRateControlMode.cbr:
return 'CBR';
case AacRateControlMode.vbr:
return 'VBR';
}
}
String toValue() {
switch (this) {
case AacRateControlMode.cbr:
return 'CBR';
case AacRateControlMode.vbr:
return 'VBR';
}
}