@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BandwidthReductionFilter extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
BandwidthReductionFilter() |
Modifier and Type | Method and Description |
---|---|
BandwidthReductionFilter |
clone() |
boolean |
equals(Object obj) |
String |
getSharpening()
Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter.
|
String |
getStrength()
Specify the strength of the Bandwidth reduction filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSharpening(String sharpening)
Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter.
|
void |
setStrength(String strength)
Specify the strength of the Bandwidth reduction filter.
|
String |
toString()
Returns a string representation of this object.
|
BandwidthReductionFilter |
withSharpening(BandwidthReductionFilterSharpening sharpening)
Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter.
|
BandwidthReductionFilter |
withSharpening(String sharpening)
Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter.
|
BandwidthReductionFilter |
withStrength(BandwidthReductionFilterStrength strength)
Specify the strength of the Bandwidth reduction filter.
|
BandwidthReductionFilter |
withStrength(String strength)
Specify the strength of the Bandwidth reduction filter.
|
public void setSharpening(String sharpening)
sharpening
- Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter.
Sharpening adds contrast to the edges of your video content and can reduce softness. Keep the default
value Off to apply no sharpening. Set Sharpening strength to Low to apply a minimal amount of sharpening,
or High to apply a maximum amount of sharpening.BandwidthReductionFilterSharpening
public String getSharpening()
BandwidthReductionFilterSharpening
public BandwidthReductionFilter withSharpening(String sharpening)
sharpening
- Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter.
Sharpening adds contrast to the edges of your video content and can reduce softness. Keep the default
value Off to apply no sharpening. Set Sharpening strength to Low to apply a minimal amount of sharpening,
or High to apply a maximum amount of sharpening.BandwidthReductionFilterSharpening
public BandwidthReductionFilter withSharpening(BandwidthReductionFilterSharpening sharpening)
sharpening
- Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter.
Sharpening adds contrast to the edges of your video content and can reduce softness. Keep the default
value Off to apply no sharpening. Set Sharpening strength to Low to apply a minimal amount of sharpening,
or High to apply a maximum amount of sharpening.BandwidthReductionFilterSharpening
public void setStrength(String strength)
strength
- Specify the strength of the Bandwidth reduction filter. For most workflows, we recommend that you choose
Auto to reduce the bandwidth of your output with little to no perceptual decrease in video quality. For
high quality and high bitrate outputs, choose Low. For the most bandwidth reduction, choose High. We
recommend that you choose High for low bitrate outputs. Note that High may incur a slight increase in the
softness of your output.BandwidthReductionFilterStrength
public String getStrength()
BandwidthReductionFilterStrength
public BandwidthReductionFilter withStrength(String strength)
strength
- Specify the strength of the Bandwidth reduction filter. For most workflows, we recommend that you choose
Auto to reduce the bandwidth of your output with little to no perceptual decrease in video quality. For
high quality and high bitrate outputs, choose Low. For the most bandwidth reduction, choose High. We
recommend that you choose High for low bitrate outputs. Note that High may incur a slight increase in the
softness of your output.BandwidthReductionFilterStrength
public BandwidthReductionFilter withStrength(BandwidthReductionFilterStrength strength)
strength
- Specify the strength of the Bandwidth reduction filter. For most workflows, we recommend that you choose
Auto to reduce the bandwidth of your output with little to no perceptual decrease in video quality. For
high quality and high bitrate outputs, choose Low. For the most bandwidth reduction, choose High. We
recommend that you choose High for low bitrate outputs. Note that High may incur a slight increase in the
softness of your output.BandwidthReductionFilterStrength
public String toString()
toString
in class Object
Object.toString()
public BandwidthReductionFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.