toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case H265Profile.main:
      return 'MAIN';
    case H265Profile.main_10bit:
      return 'MAIN_10BIT';
  }
}