Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.BandwidthReductionFilter.Builder
-
Packages that use BandwidthReductionFilter.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of BandwidthReductionFilter.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return BandwidthReductionFilter.Builder Modifier and Type Method Description static BandwidthReductionFilter.BuilderBandwidthReductionFilter. builder()BandwidthReductionFilter.BuilderBandwidthReductionFilter.Builder. sharpening(String sharpening)Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter.BandwidthReductionFilter.BuilderBandwidthReductionFilter.Builder. sharpening(BandwidthReductionFilterSharpening sharpening)Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter.BandwidthReductionFilter.BuilderBandwidthReductionFilter.Builder. strength(String strength)Specify the strength of the Bandwidth reduction filter.BandwidthReductionFilter.BuilderBandwidthReductionFilter.Builder. strength(BandwidthReductionFilterStrength strength)Specify the strength of the Bandwidth reduction filter.BandwidthReductionFilter.BuilderBandwidthReductionFilter. toBuilder()Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type BandwidthReductionFilter.Builder Modifier and Type Method Description static Class<? extends BandwidthReductionFilter.Builder>BandwidthReductionFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type BandwidthReductionFilter.Builder Modifier and Type Method Description default H264Settings.BuilderH264Settings.Builder. bandwidthReductionFilter(Consumer<BandwidthReductionFilter.Builder> bandwidthReductionFilter)The Bandwidth reduction filter increases the video quality of your output relative to its bitrate.default H265Settings.BuilderH265Settings.Builder. bandwidthReductionFilter(Consumer<BandwidthReductionFilter.Builder> bandwidthReductionFilter)The Bandwidth reduction filter increases the video quality of your output relative to its bitrate.
-