toValue method
Implementation
String toValue() {
switch (this) {
case Ac3DrcProfile.filmStandard:
return 'FILM_STANDARD';
case Ac3DrcProfile.none:
return 'NONE';
}
}
String toValue() {
switch (this) {
case Ac3DrcProfile.filmStandard:
return 'FILM_STANDARD';
case Ac3DrcProfile.none:
return 'NONE';
}
}