toValue method
Implementation
String toValue() {
switch (this) {
case AacCodecProfile.lc:
return 'LC';
case AacCodecProfile.hev1:
return 'HEV1';
case AacCodecProfile.hev2:
return 'HEV2';
}
}
String toValue() {
switch (this) {
case AacCodecProfile.lc:
return 'LC';
case AacCodecProfile.hev1:
return 'HEV1';
case AacCodecProfile.hev2:
return 'HEV2';
}
}