@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemporalFilterSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
TemporalFilterSettings() |
| Modifier and Type | Method and Description |
|---|---|
TemporalFilterSettings |
clone() |
boolean |
equals(Object obj) |
String |
getPostFilterSharpening()
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.
|
String |
getStrength()
Choose a filter strength.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPostFilterSharpening(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.
|
void |
setStrength(String strength)
Choose a filter strength.
|
String |
toString()
Returns a string representation of this object.
|
TemporalFilterSettings |
withPostFilterSharpening(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 |
withPostFilterSharpening(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 |
withStrength(String strength)
Choose a filter strength.
|
TemporalFilterSettings |
withStrength(TemporalFilterStrength strength)
Choose a filter strength.
|
public void setPostFilterSharpening(String postFilterSharpening)
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.TemporalFilterPostFilterSharpeningpublic String getPostFilterSharpening()
TemporalFilterPostFilterSharpeningpublic TemporalFilterSettings withPostFilterSharpening(String postFilterSharpening)
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.TemporalFilterPostFilterSharpeningpublic TemporalFilterSettings withPostFilterSharpening(TemporalFilterPostFilterSharpening postFilterSharpening)
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.TemporalFilterPostFilterSharpeningpublic void setStrength(String strength)
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.TemporalFilterStrengthpublic String getStrength()
TemporalFilterStrengthpublic TemporalFilterSettings withStrength(String strength)
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.TemporalFilterStrengthpublic TemporalFilterSettings withStrength(TemporalFilterStrength strength)
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.TemporalFilterStrengthpublic String toString()
toString in class ObjectObject.toString()public TemporalFilterSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.