toValue method

String toValue()

Implementation

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