toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case H265SceneChangeDetect.disabled:
      return 'DISABLED';
    case H265SceneChangeDetect.enabled:
      return 'ENABLED';
    case H265SceneChangeDetect.transitionDetection:
      return 'TRANSITION_DETECTION';
  }
}