Uses of Class
software.amazon.awssdk.services.medialive.model.BandwidthReductionPostFilterSharpening
-
Packages that use BandwidthReductionPostFilterSharpening Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of BandwidthReductionPostFilterSharpening in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return BandwidthReductionPostFilterSharpening Modifier and Type Method Description static BandwidthReductionPostFilterSharpeningBandwidthReductionPostFilterSharpening. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BandwidthReductionPostFilterSharpeningBandwidthReductionFilterSettings. postFilterSharpening()Configures the sharpening control, which is available when the bandwidth reduction filter is enabled.static BandwidthReductionPostFilterSharpeningBandwidthReductionPostFilterSharpening. valueOf(String name)Returns the enum constant of this type with the specified name.static BandwidthReductionPostFilterSharpening[]BandwidthReductionPostFilterSharpening. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type BandwidthReductionPostFilterSharpening Modifier and Type Method Description static Set<BandwidthReductionPostFilterSharpening>BandwidthReductionPostFilterSharpening. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type BandwidthReductionPostFilterSharpening Modifier and Type Method Description BandwidthReductionFilterSettings.BuilderBandwidthReductionFilterSettings.Builder. postFilterSharpening(BandwidthReductionPostFilterSharpening postFilterSharpening)Configures the sharpening control, which is available when the bandwidth reduction filter is enabled.
-