Interface TemporalFilterSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TemporalFilterSettings.Builder,TemporalFilterSettings>,SdkBuilder<TemporalFilterSettings.Builder,TemporalFilterSettings>,SdkPojo
- Enclosing class:
- TemporalFilterSettings
public static interface TemporalFilterSettings.Builder extends SdkPojo, CopyableBuilder<TemporalFilterSettings.Builder,TemporalFilterSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemporalFilterSettings.BuilderpostFilterSharpening(String 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.TemporalFilterSettings.BuilderpostFilterSharpening(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.TemporalFilterSettings.Builderstrength(String strength)Choose a filter strength.TemporalFilterSettings.Builderstrength(TemporalFilterStrength strength)Choose a filter strength.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
postFilterSharpening
TemporalFilterSettings.Builder postFilterSharpening(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TemporalFilterPostFilterSharpening,TemporalFilterPostFilterSharpening
-
postFilterSharpening
TemporalFilterSettings.Builder postFilterSharpening(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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TemporalFilterPostFilterSharpening,TemporalFilterPostFilterSharpening
-
strength
TemporalFilterSettings.Builder strength(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TemporalFilterStrength,TemporalFilterStrength
-
strength
TemporalFilterSettings.Builder strength(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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TemporalFilterStrength,TemporalFilterStrength
-
-