@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectedProperties extends Object implements Serializable, Cloneable, StructuredPojo
The detected properties of the input file. Elastic Transcoder identifies these values from the input file.
Constructor and Description |
---|
DetectedProperties() |
Modifier and Type | Method and Description |
---|---|
DetectedProperties |
clone() |
boolean |
equals(Object obj) |
Long |
getDurationMillis()
The detected duration of the input file, in milliseconds.
|
Long |
getFileSize()
The detected file size of the input file, in bytes.
|
String |
getFrameRate()
The detected frame rate of the input file, in frames per second.
|
Integer |
getHeight()
The detected height of the input file, in pixels.
|
Integer |
getWidth()
The detected width of the input file, in pixels.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDurationMillis(Long durationMillis)
The detected duration of the input file, in milliseconds.
|
void |
setFileSize(Long fileSize)
The detected file size of the input file, in bytes.
|
void |
setFrameRate(String frameRate)
The detected frame rate of the input file, in frames per second.
|
void |
setHeight(Integer height)
The detected height of the input file, in pixels.
|
void |
setWidth(Integer width)
The detected width of the input file, in pixels.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DetectedProperties |
withDurationMillis(Long durationMillis)
The detected duration of the input file, in milliseconds.
|
DetectedProperties |
withFileSize(Long fileSize)
The detected file size of the input file, in bytes.
|
DetectedProperties |
withFrameRate(String frameRate)
The detected frame rate of the input file, in frames per second.
|
DetectedProperties |
withHeight(Integer height)
The detected height of the input file, in pixels.
|
DetectedProperties |
withWidth(Integer width)
The detected width of the input file, in pixels.
|
public void setWidth(Integer width)
The detected width of the input file, in pixels.
width
- The detected width of the input file, in pixels.public Integer getWidth()
The detected width of the input file, in pixels.
public DetectedProperties withWidth(Integer width)
The detected width of the input file, in pixels.
width
- The detected width of the input file, in pixels.public void setHeight(Integer height)
The detected height of the input file, in pixels.
height
- The detected height of the input file, in pixels.public Integer getHeight()
The detected height of the input file, in pixels.
public DetectedProperties withHeight(Integer height)
The detected height of the input file, in pixels.
height
- The detected height of the input file, in pixels.public void setFrameRate(String frameRate)
The detected frame rate of the input file, in frames per second.
frameRate
- The detected frame rate of the input file, in frames per second.public String getFrameRate()
The detected frame rate of the input file, in frames per second.
public DetectedProperties withFrameRate(String frameRate)
The detected frame rate of the input file, in frames per second.
frameRate
- The detected frame rate of the input file, in frames per second.public void setFileSize(Long fileSize)
The detected file size of the input file, in bytes.
fileSize
- The detected file size of the input file, in bytes.public Long getFileSize()
The detected file size of the input file, in bytes.
public DetectedProperties withFileSize(Long fileSize)
The detected file size of the input file, in bytes.
fileSize
- The detected file size of the input file, in bytes.public void setDurationMillis(Long durationMillis)
The detected duration of the input file, in milliseconds.
durationMillis
- The detected duration of the input file, in milliseconds.public Long getDurationMillis()
The detected duration of the input file, in milliseconds.
public DetectedProperties withDurationMillis(Long durationMillis)
The detected duration of the input file, in milliseconds.
durationMillis
- The detected duration of the input file, in milliseconds.public String toString()
toString
in class Object
Object.toString()
public DetectedProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.