@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Fmtp extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Fmtp() |
Modifier and Type | Method and Description |
---|---|
Fmtp |
clone() |
boolean |
equals(Object obj) |
String |
getChannelOrder()
The format of the audio channel.
|
String |
getColorimetry()
The format that is used for the representation of color.
|
String |
getExactFramerate()
The frame rate for the video stream, in frames/second.
|
String |
getPar()
The pixel aspect ratio (PAR) of the video.
|
String |
getRange()
The encoding range of the video.
|
String |
getScanMode()
The type of compression that was used to smooth the video’s appearance
|
String |
getTcs()
The transfer characteristic system (TCS) that is used in the video.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChannelOrder(String channelOrder)
The format of the audio channel.
|
void |
setColorimetry(String colorimetry)
The format that is used for the representation of color.
|
void |
setExactFramerate(String exactFramerate)
The frame rate for the video stream, in frames/second.
|
void |
setPar(String par)
The pixel aspect ratio (PAR) of the video.
|
void |
setRange(String range)
The encoding range of the video.
|
void |
setScanMode(String scanMode)
The type of compression that was used to smooth the video’s appearance
|
void |
setTcs(String tcs)
The transfer characteristic system (TCS) that is used in the video.
|
String |
toString()
Returns a string representation of this object.
|
Fmtp |
withChannelOrder(String channelOrder)
The format of the audio channel.
|
Fmtp |
withColorimetry(Colorimetry colorimetry)
The format that is used for the representation of color.
|
Fmtp |
withColorimetry(String colorimetry)
The format that is used for the representation of color.
|
Fmtp |
withExactFramerate(String exactFramerate)
The frame rate for the video stream, in frames/second.
|
Fmtp |
withPar(String par)
The pixel aspect ratio (PAR) of the video.
|
Fmtp |
withRange(Range range)
The encoding range of the video.
|
Fmtp |
withRange(String range)
The encoding range of the video.
|
Fmtp |
withScanMode(ScanMode scanMode)
The type of compression that was used to smooth the video’s appearance
|
Fmtp |
withScanMode(String scanMode)
The type of compression that was used to smooth the video’s appearance
|
Fmtp |
withTcs(String tcs)
The transfer characteristic system (TCS) that is used in the video.
|
Fmtp |
withTcs(Tcs tcs)
The transfer characteristic system (TCS) that is used in the video.
|
public void setChannelOrder(String channelOrder)
channelOrder
- The format of the audio channel.public String getChannelOrder()
public Fmtp withChannelOrder(String channelOrder)
channelOrder
- The format of the audio channel.public void setColorimetry(String colorimetry)
colorimetry
- The format that is used for the representation of color.Colorimetry
public String getColorimetry()
Colorimetry
public Fmtp withColorimetry(String colorimetry)
colorimetry
- The format that is used for the representation of color.Colorimetry
public Fmtp withColorimetry(Colorimetry colorimetry)
colorimetry
- The format that is used for the representation of color.Colorimetry
public void setExactFramerate(String exactFramerate)
exactFramerate
- The frame rate for the video stream, in frames/second. For example: 60000/1001. If you specify a whole
number, MediaConnect uses a ratio of N/1. For example, if you specify 60, MediaConnect uses 60/1 as the
exactFramerate.public String getExactFramerate()
public Fmtp withExactFramerate(String exactFramerate)
exactFramerate
- The frame rate for the video stream, in frames/second. For example: 60000/1001. If you specify a whole
number, MediaConnect uses a ratio of N/1. For example, if you specify 60, MediaConnect uses 60/1 as the
exactFramerate.public void setPar(String par)
par
- The pixel aspect ratio (PAR) of the video.public String getPar()
public Fmtp withPar(String par)
par
- The pixel aspect ratio (PAR) of the video.public void setRange(String range)
range
- The encoding range of the video.Range
public String getRange()
Range
public Fmtp withRange(String range)
range
- The encoding range of the video.Range
public Fmtp withRange(Range range)
range
- The encoding range of the video.Range
public void setScanMode(String scanMode)
scanMode
- The type of compression that was used to smooth the video’s appearanceScanMode
public String getScanMode()
ScanMode
public Fmtp withScanMode(String scanMode)
scanMode
- The type of compression that was used to smooth the video’s appearanceScanMode
public Fmtp withScanMode(ScanMode scanMode)
scanMode
- The type of compression that was used to smooth the video’s appearanceScanMode
public void setTcs(String tcs)
tcs
- The transfer characteristic system (TCS) that is used in the video.Tcs
public String getTcs()
Tcs
public Fmtp withTcs(String tcs)
tcs
- The transfer characteristic system (TCS) that is used in the video.Tcs
public Fmtp withTcs(Tcs tcs)
tcs
- The transfer characteristic system (TCS) that is used in the video.Tcs
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.