toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case DeinterlacerControl.forceAllFrames:
      return 'FORCE_ALL_FRAMES';
    case DeinterlacerControl.normal:
      return 'NORMAL';
  }
}