toValue method
Implementation
String toValue() {
switch (this) {
case AacRawFormat.latmLoas:
return 'LATM_LOAS';
case AacRawFormat.none:
return 'NONE';
}
}
String toValue() {
switch (this) {
case AacRawFormat.latmLoas:
return 'LATM_LOAS';
case AacRawFormat.none:
return 'NONE';
}
}