toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case H265Tier.high:
      return 'HIGH';
    case H265Tier.main:
      return 'MAIN';
  }
}