toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case H265TimecodeInsertionBehavior.disabled:
      return 'DISABLED';
    case H265TimecodeInsertionBehavior.picTimingSei:
      return 'PIC_TIMING_SEI';
  }
}