Class TemporalFilterSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.TemporalFilterSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TemporalFilterSettings.Builder,TemporalFilterSettings>
@Generated("software.amazon.awssdk:codegen") public final class TemporalFilterSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemporalFilterSettings.Builder,TemporalFilterSettings>
Temporal Filter Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTemporalFilterSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TemporalFilterSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()TemporalFilterPostFilterSharpeningpostFilterSharpening()If you enable this filter, the results are the following: - If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source.StringpostFilterSharpeningAsString()If you enable this filter, the results are the following: - If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source.List<SdkField<?>>sdkFields()static Class<? extends TemporalFilterSettings.Builder>serializableBuilderClass()TemporalFilterStrengthstrength()Choose a filter strength.StringstrengthAsString()Choose a filter strength.TemporalFilterSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
postFilterSharpening
public final TemporalFilterPostFilterSharpening postFilterSharpening()
If you enable this filter, the results are the following: - If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source. - If the source content is already clean, the filter tends to decrease the bitrate, especially when the rate control mode is QVBR.If the service returns an enum value that is not available in the current SDK version,
postFilterSharpeningwill returnTemporalFilterPostFilterSharpening.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompostFilterSharpeningAsString().- Returns:
- If you enable this filter, the results are the following: - If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source. - If the source content is already clean, the filter tends to decrease the bitrate, especially when the rate control mode is QVBR.
- See Also:
TemporalFilterPostFilterSharpening
-
postFilterSharpeningAsString
public final String postFilterSharpeningAsString()
If you enable this filter, the results are the following: - If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source. - If the source content is already clean, the filter tends to decrease the bitrate, especially when the rate control mode is QVBR.If the service returns an enum value that is not available in the current SDK version,
postFilterSharpeningwill returnTemporalFilterPostFilterSharpening.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompostFilterSharpeningAsString().- Returns:
- If you enable this filter, the results are the following: - If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source. - If the source content is already clean, the filter tends to decrease the bitrate, especially when the rate control mode is QVBR.
- See Also:
TemporalFilterPostFilterSharpening
-
strength
public final TemporalFilterStrength strength()
Choose a filter strength. We recommend a strength of 1 or 2. A higher strength might take out good information, resulting in an image that is overly soft.If the service returns an enum value that is not available in the current SDK version,
strengthwill returnTemporalFilterStrength.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstrengthAsString().- Returns:
- Choose a filter strength. We recommend a strength of 1 or 2. A higher strength might take out good information, resulting in an image that is overly soft.
- See Also:
TemporalFilterStrength
-
strengthAsString
public final String strengthAsString()
Choose a filter strength. We recommend a strength of 1 or 2. A higher strength might take out good information, resulting in an image that is overly soft.If the service returns an enum value that is not available in the current SDK version,
strengthwill returnTemporalFilterStrength.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstrengthAsString().- Returns:
- Choose a filter strength. We recommend a strength of 1 or 2. A higher strength might take out good information, resulting in an image that is overly soft.
- See Also:
TemporalFilterStrength
-
toBuilder
public TemporalFilterSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TemporalFilterSettings.Builder,TemporalFilterSettings>
-
builder
public static TemporalFilterSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends TemporalFilterSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-