public static interface AdvancedInputFilterSettings.Builder extends SdkPojo, CopyableBuilder<AdvancedInputFilterSettings.Builder,AdvancedInputFilterSettings>
| Modifier and Type | Method and Description |
|---|---|
AdvancedInputFilterSettings.Builder |
addTexture(AdvancedInputFilterAddTexture addTexture)
Add texture and detail to areas of your input video content that were lost after applying the Advanced input
filter.
|
AdvancedInputFilterSettings.Builder |
addTexture(String addTexture)
Add texture and detail to areas of your input video content that were lost after applying the Advanced input
filter.
|
AdvancedInputFilterSettings.Builder |
sharpening(AdvancedInputFilterSharpen sharpening)
Optionally specify the amount of sharpening to apply when you use the Advanced input filter.
|
AdvancedInputFilterSettings.Builder |
sharpening(String sharpening)
Optionally specify the amount of sharpening to apply when you use the Advanced input filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAdvancedInputFilterSettings.Builder addTexture(String addTexture)
addTexture - Add texture and detail to areas of your input video content that were lost after applying the Advanced
input filter. To adaptively add texture and reduce softness: Choose Enabled. To not add any texture:
Keep the default value, Disabled. We recommend that you choose Disabled for input video content that
doesn't have texture, including screen recordings, computer graphics, or cartoons.AdvancedInputFilterAddTexture,
AdvancedInputFilterAddTextureAdvancedInputFilterSettings.Builder addTexture(AdvancedInputFilterAddTexture addTexture)
addTexture - Add texture and detail to areas of your input video content that were lost after applying the Advanced
input filter. To adaptively add texture and reduce softness: Choose Enabled. To not add any texture:
Keep the default value, Disabled. We recommend that you choose Disabled for input video content that
doesn't have texture, including screen recordings, computer graphics, or cartoons.AdvancedInputFilterAddTexture,
AdvancedInputFilterAddTextureAdvancedInputFilterSettings.Builder sharpening(String sharpening)
sharpening - Optionally specify the amount of sharpening to apply when you use the Advanced input filter.
Sharpening adds contrast to the edges of your video content and can reduce softness. To apply no
sharpening: Keep the default value, Off. To apply a minimal amount of sharpening choose Low, or for
the maximum choose High.AdvancedInputFilterSharpen,
AdvancedInputFilterSharpenAdvancedInputFilterSettings.Builder sharpening(AdvancedInputFilterSharpen sharpening)
sharpening - Optionally specify the amount of sharpening to apply when you use the Advanced input filter.
Sharpening adds contrast to the edges of your video content and can reduce softness. To apply no
sharpening: Keep the default value, Off. To apply a minimal amount of sharpening choose Low, or for
the maximum choose High.AdvancedInputFilterSharpen,
AdvancedInputFilterSharpenCopyright © 2023. All rights reserved.