public static interface Deinterlacer.Builder extends SdkPojo, CopyableBuilder<Deinterlacer.Builder,Deinterlacer>
Modifier and Type | Method and Description |
---|---|
Deinterlacer.Builder |
algorithm(DeinterlaceAlgorithm algorithm)
Sets the value of the Algorithm property for this object.
|
Deinterlacer.Builder |
algorithm(String algorithm)
Sets the value of the Algorithm property for this object.
|
Deinterlacer.Builder |
control(DeinterlacerControl control)
Sets the value of the Control property for this object.
|
Deinterlacer.Builder |
control(String control)
Sets the value of the Control property for this object.
|
Deinterlacer.Builder |
mode(DeinterlacerMode mode)
Sets the value of the Mode property for this object.
|
Deinterlacer.Builder |
mode(String mode)
Sets the value of the Mode property for this object.
|
copy
applyMutation, build
Deinterlacer.Builder algorithm(String algorithm)
algorithm
- The new value for the Algorithm property for this object.DeinterlaceAlgorithm
,
DeinterlaceAlgorithm
Deinterlacer.Builder algorithm(DeinterlaceAlgorithm algorithm)
algorithm
- The new value for the Algorithm property for this object.DeinterlaceAlgorithm
,
DeinterlaceAlgorithm
Deinterlacer.Builder control(String control)
control
- The new value for the Control property for this object.DeinterlacerControl
,
DeinterlacerControl
Deinterlacer.Builder control(DeinterlacerControl control)
control
- The new value for the Control property for this object.DeinterlacerControl
,
DeinterlacerControl
Deinterlacer.Builder mode(String mode)
mode
- The new value for the Mode property for this object.DeinterlacerMode
,
DeinterlacerMode
Deinterlacer.Builder mode(DeinterlacerMode mode)
mode
- The new value for the Mode property for this object.DeinterlacerMode
,
DeinterlacerMode
Copyright © 2019. All rights reserved.