toValue method

String toValue()

Implementation

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