|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elastictranscoder.model.Thumbnails
public class Thumbnails
Constructor Summary | |
---|---|
Thumbnails()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAspectRatio()
The aspect ratio of thumbnails. |
java.lang.String |
getFormat()
The format of thumbnails, if any. |
java.lang.String |
getInterval()
The number of seconds between thumbnails. |
java.lang.String |
getResolution()
The width and height of thumbnail files in pixels. |
int |
hashCode()
|
void |
setAspectRatio(java.lang.String aspectRatio)
The aspect ratio of thumbnails. |
void |
setFormat(java.lang.String format)
The format of thumbnails, if any. |
void |
setInterval(java.lang.String interval)
The number of seconds between thumbnails. |
void |
setResolution(java.lang.String resolution)
The width and height of thumbnail files in pixels. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Thumbnails |
withAspectRatio(java.lang.String aspectRatio)
The aspect ratio of thumbnails. |
Thumbnails |
withFormat(java.lang.String format)
The format of thumbnails, if any. |
Thumbnails |
withInterval(java.lang.String interval)
The number of seconds between thumbnails. |
Thumbnails |
withResolution(java.lang.String resolution)
The width and height of thumbnail files in pixels. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Thumbnails()
Method Detail |
---|
public java.lang.String getFormat()
jpg
and png
. You specify whether you want Elastic Transcoder to create thumbnails when you create a job.
Constraints:
Pattern: (^jpg$)|(^png$)
jpg
and png
. You specify whether you want Elastic Transcoder to create thumbnails when you create a job.
public void setFormat(java.lang.String format)
jpg
and png
. You specify whether you want Elastic Transcoder to create thumbnails when you create a job.
Constraints:
Pattern: (^jpg$)|(^png$)
format
- The format of thumbnails, if any. Valid values are jpg
and png
. You specify whether you want Elastic Transcoder to create thumbnails when you create a job.
public Thumbnails withFormat(java.lang.String format)
jpg
and png
. You specify whether you want Elastic Transcoder to create thumbnails when you create a job.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: (^jpg$)|(^png$)
format
- The format of thumbnails, if any. Valid values are jpg
and png
. You specify whether you want Elastic Transcoder to create thumbnails when you create a job.
public java.lang.String getInterval()
Constraints:
Pattern: ^\d+$
public void setInterval(java.lang.String interval)
Constraints:
Pattern: ^\d+$
interval
- The number of seconds between thumbnails. Specify an integer value.public Thumbnails withInterval(java.lang.String interval)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^\d+$
interval
- The number of seconds between thumbnails. Specify an integer value.
public java.lang.String getResolution()
width
x height
where both values are even integers. The values cannot exceed the
width and height that you specified in the
Video:Resolution
object.
Constraints:
Pattern: ^\d+x\d+$
width
x height
where both values are even integers. The values cannot exceed the
width and height that you specified in the
Video:Resolution
object.public void setResolution(java.lang.String resolution)
width
x height
where both values are even integers. The values cannot exceed the
width and height that you specified in the
Video:Resolution
object.
Constraints:
Pattern: ^\d+x\d+$
resolution
- The width and height of thumbnail files in pixels. Specify a value in
the format width
x height
where both values are even integers. The values cannot exceed the
width and height that you specified in the
Video:Resolution
object.public Thumbnails withResolution(java.lang.String resolution)
width
x height
where both values are even integers. The values cannot exceed the
width and height that you specified in the
Video:Resolution
object.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^\d+x\d+$
resolution
- The width and height of thumbnail files in pixels. Specify a value in
the format width
x height
where both values are even integers. The values cannot exceed the
width and height that you specified in the
Video:Resolution
object.
public java.lang.String getAspectRatio()
auto
, 1:1
, 4:3
,
3:2
, 16:9
If you specify
auto
, Elastic Transcoder tries to preserve the aspect
ratio of the video in the output file.
Constraints:
Pattern: (^auto$)|(^1:1$)|(^4:3$)|(^3:2$)|(^16:9$)
auto
, 1:1
, 4:3
,
3:2
, 16:9
If you specify
auto
, Elastic Transcoder tries to preserve the aspect
ratio of the video in the output file.
public void setAspectRatio(java.lang.String aspectRatio)
auto
, 1:1
, 4:3
,
3:2
, 16:9
If you specify
auto
, Elastic Transcoder tries to preserve the aspect
ratio of the video in the output file.
Constraints:
Pattern: (^auto$)|(^1:1$)|(^4:3$)|(^3:2$)|(^16:9$)
aspectRatio
- The aspect ratio of thumbnails. Valid values include:
auto
, 1:1
, 4:3
,
3:2
, 16:9
If you specify
auto
, Elastic Transcoder tries to preserve the aspect
ratio of the video in the output file.
public Thumbnails withAspectRatio(java.lang.String aspectRatio)
auto
, 1:1
, 4:3
,
3:2
, 16:9
If you specify
auto
, Elastic Transcoder tries to preserve the aspect
ratio of the video in the output file.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: (^auto$)|(^1:1$)|(^4:3$)|(^3:2$)|(^16:9$)
aspectRatio
- The aspect ratio of thumbnails. Valid values include:
auto
, 1:1
, 4:3
,
3:2
, 16:9
If you specify
auto
, Elastic Transcoder tries to preserve the aspect
ratio of the video in the output file.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |