|
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.JobInput
public class JobInput
Constructor Summary | |
---|---|
JobInput()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAspectRatio()
The aspect ratio of the input file. |
java.lang.String |
getContainer()
The container type for the input file. |
java.lang.String |
getFrameRate()
The frame rate of the input file. |
java.lang.String |
getInterlaced()
Whether the input file is interlaced. |
java.lang.String |
getKey()
The name of the file to transcode. |
java.lang.String |
getResolution()
The resolution, in pixels, of the input file. |
int |
hashCode()
|
void |
setAspectRatio(java.lang.String aspectRatio)
The aspect ratio of the input file. |
void |
setContainer(java.lang.String container)
The container type for the input file. |
void |
setFrameRate(java.lang.String frameRate)
The frame rate of the input file. |
void |
setInterlaced(java.lang.String interlaced)
Whether the input file is interlaced. |
void |
setKey(java.lang.String key)
The name of the file to transcode. |
void |
setResolution(java.lang.String resolution)
The resolution, in pixels, of the input file. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
JobInput |
withAspectRatio(java.lang.String aspectRatio)
The aspect ratio of the input file. |
JobInput |
withContainer(java.lang.String container)
The container type for the input file. |
JobInput |
withFrameRate(java.lang.String frameRate)
The frame rate of the input file. |
JobInput |
withInterlaced(java.lang.String interlaced)
Whether the input file is interlaced. |
JobInput |
withKey(java.lang.String key)
The name of the file to transcode. |
JobInput |
withResolution(java.lang.String resolution)
The resolution, in pixels, of the input file. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JobInput()
Method Detail |
---|
public java.lang.String getKey()
InputBucket
object in that pipeline tells Elastic
Transcoder which Amazon S3 bucket to get the file from. If the file
name includes a prefix, such as cooking/lasagna.mpg
,
include the prefix in the key. If the file isn't in the specified
bucket, Elastic Transcoder returns an error.
Constraints:
Length: 1 - 255
InputBucket
object in that pipeline tells Elastic
Transcoder which Amazon S3 bucket to get the file from. If the file
name includes a prefix, such as cooking/lasagna.mpg
,
include the prefix in the key. If the file isn't in the specified
bucket, Elastic Transcoder returns an error.
public void setKey(java.lang.String key)
InputBucket
object in that pipeline tells Elastic
Transcoder which Amazon S3 bucket to get the file from. If the file
name includes a prefix, such as cooking/lasagna.mpg
,
include the prefix in the key. If the file isn't in the specified
bucket, Elastic Transcoder returns an error.
Constraints:
Length: 1 - 255
key
- The name of the file to transcode. Elsewhere in the body of the JSON
block is the the ID of the pipeline to use for processing the job. The
InputBucket
object in that pipeline tells Elastic
Transcoder which Amazon S3 bucket to get the file from. If the file
name includes a prefix, such as cooking/lasagna.mpg
,
include the prefix in the key. If the file isn't in the specified
bucket, Elastic Transcoder returns an error.
public JobInput withKey(java.lang.String key)
InputBucket
object in that pipeline tells Elastic
Transcoder which Amazon S3 bucket to get the file from. If the file
name includes a prefix, such as cooking/lasagna.mpg
,
include the prefix in the key. If the file isn't in the specified
bucket, Elastic Transcoder returns an error.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
key
- The name of the file to transcode. Elsewhere in the body of the JSON
block is the the ID of the pipeline to use for processing the job. The
InputBucket
object in that pipeline tells Elastic
Transcoder which Amazon S3 bucket to get the file from. If the file
name includes a prefix, such as cooking/lasagna.mpg
,
include the prefix in the key. If the file isn't in the specified
bucket, Elastic Transcoder returns an error.
public java.lang.String getFrameRate()
auto
. If you want to specify the frame rate for the input
file, enter one of the following values: 10
,
15
, 23.97
, 24
, 25
,
29.97
, 30
, 60
If you specify
a value other than auto
, Elastic Transcoder disables
automatic detection of the frame rate.
Constraints:
Pattern: (^auto$)|(^10$)|(^15$)|(^23.97$)|(^24$)|(^25$)|(^29.97$)|(^30$)|(^60$)
auto
. If you want to specify the frame rate for the input
file, enter one of the following values: 10
,
15
, 23.97
, 24
, 25
,
29.97
, 30
, 60
If you specify
a value other than auto
, Elastic Transcoder disables
automatic detection of the frame rate.
public void setFrameRate(java.lang.String frameRate)
auto
. If you want to specify the frame rate for the input
file, enter one of the following values: 10
,
15
, 23.97
, 24
, 25
,
29.97
, 30
, 60
If you specify
a value other than auto
, Elastic Transcoder disables
automatic detection of the frame rate.
Constraints:
Pattern: (^auto$)|(^10$)|(^15$)|(^23.97$)|(^24$)|(^25$)|(^29.97$)|(^30$)|(^60$)
frameRate
- The frame rate of the input file. If you want Elastic Transcoder to
automatically detect the frame rate of the input file, specify
auto
. If you want to specify the frame rate for the input
file, enter one of the following values: 10
,
15
, 23.97
, 24
, 25
,
29.97
, 30
, 60
If you specify
a value other than auto
, Elastic Transcoder disables
automatic detection of the frame rate.
public JobInput withFrameRate(java.lang.String frameRate)
auto
. If you want to specify the frame rate for the input
file, enter one of the following values: 10
,
15
, 23.97
, 24
, 25
,
29.97
, 30
, 60
If you specify
a value other than auto
, Elastic Transcoder disables
automatic detection of the frame rate.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: (^auto$)|(^10$)|(^15$)|(^23.97$)|(^24$)|(^25$)|(^29.97$)|(^30$)|(^60$)
frameRate
- The frame rate of the input file. If you want Elastic Transcoder to
automatically detect the frame rate of the input file, specify
auto
. If you want to specify the frame rate for the input
file, enter one of the following values: 10
,
15
, 23.97
, 24
, 25
,
29.97
, 30
, 60
If you specify
a value other than auto
, Elastic Transcoder disables
automatic detection of the frame rate.
public java.lang.String getResolution()
auto
. If you want to specify the resolution for
the input file, enter values in the format width in pixels by
height in pixels. If you specify a value other than
auto
, Elastic Transcoder disables automatic detection of
the resolution.
Constraints:
Pattern: (^auto$)|(^\d+x\d+$)
auto
. If you want to specify the resolution for
the input file, enter values in the format width in pixels by
height in pixels. If you specify a value other than
auto
, Elastic Transcoder disables automatic detection of
the resolution.
public void setResolution(java.lang.String resolution)
auto
. If you want to specify the resolution for
the input file, enter values in the format width in pixels by
height in pixels. If you specify a value other than
auto
, Elastic Transcoder disables automatic detection of
the resolution.
Constraints:
Pattern: (^auto$)|(^\d+x\d+$)
resolution
- The resolution, in pixels, of the input file. If you want Elastic
Transcoder to automatically detect the resolution of the input file,
specify auto
. If you want to specify the resolution for
the input file, enter values in the format width in pixels by
height in pixels. If you specify a value other than
auto
, Elastic Transcoder disables automatic detection of
the resolution.
public JobInput withResolution(java.lang.String resolution)
auto
. If you want to specify the resolution for
the input file, enter values in the format width in pixels by
height in pixels. If you specify a value other than
auto
, Elastic Transcoder disables automatic detection of
the resolution.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: (^auto$)|(^\d+x\d+$)
resolution
- The resolution, in pixels, of the input file. If you want Elastic
Transcoder to automatically detect the resolution of the input file,
specify auto
. If you want to specify the resolution for
the input file, enter values in the format width in pixels by
height in pixels. If you specify a value other than
auto
, Elastic Transcoder disables automatic detection of
the resolution.
public java.lang.String getAspectRatio()
auto
. If you want to specify the aspect ratio for the
output file, enter one of the following values: 1:1
,
4:3
, 3:2
, 16:9
If you
specify a value other than auto
, Elastic Transcoder
disables automatic detection of the aspect ratio.
Constraints:
Pattern: (^auto$)|(^1:1$)|(^4:3$)|(^3:2$)|(^16:9$)
auto
. If you want to specify the aspect ratio for the
output file, enter one of the following values: 1:1
,
4:3
, 3:2
, 16:9
If you
specify a value other than auto
, Elastic Transcoder
disables automatic detection of the aspect ratio.
public void setAspectRatio(java.lang.String aspectRatio)
auto
. If you want to specify the aspect ratio for the
output file, enter one of the following values: 1:1
,
4:3
, 3:2
, 16:9
If you
specify a value other than auto
, Elastic Transcoder
disables automatic detection of the aspect ratio.
Constraints:
Pattern: (^auto$)|(^1:1$)|(^4:3$)|(^3:2$)|(^16:9$)
aspectRatio
- The aspect ratio of the input file. If you want Elastic Transcoder to
automatically detect the aspect ratio of the input file, specify
auto
. If you want to specify the aspect ratio for the
output file, enter one of the following values: 1:1
,
4:3
, 3:2
, 16:9
If you
specify a value other than auto
, Elastic Transcoder
disables automatic detection of the aspect ratio.
public JobInput withAspectRatio(java.lang.String aspectRatio)
auto
. If you want to specify the aspect ratio for the
output file, enter one of the following values: 1:1
,
4:3
, 3:2
, 16:9
If you
specify a value other than auto
, Elastic Transcoder
disables automatic detection of the aspect ratio.
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 the input file. If you want Elastic Transcoder to
automatically detect the aspect ratio of the input file, specify
auto
. If you want to specify the aspect ratio for the
output file, enter one of the following values: 1:1
,
4:3
, 3:2
, 16:9
If you
specify a value other than auto
, Elastic Transcoder
disables automatic detection of the aspect ratio.
public java.lang.String getInterlaced()
auto
. If you want to specify whether the input file is
interlaced, enter one of the following values: true
,
false
If you specify a value other than
auto
, Elastic Transcoder disables automatic detection of
interlacing.
Constraints:
Pattern: (^auto$)|(^true$)|(^false$)
auto
. If you want to specify whether the input file is
interlaced, enter one of the following values: true
,
false
If you specify a value other than
auto
, Elastic Transcoder disables automatic detection of
interlacing.
public void setInterlaced(java.lang.String interlaced)
auto
. If you want to specify whether the input file is
interlaced, enter one of the following values: true
,
false
If you specify a value other than
auto
, Elastic Transcoder disables automatic detection of
interlacing.
Constraints:
Pattern: (^auto$)|(^true$)|(^false$)
interlaced
- Whether the input file is interlaced. If you want Elastic Transcoder
to automatically detect whether the input file is interlaced, specify
auto
. If you want to specify whether the input file is
interlaced, enter one of the following values: true
,
false
If you specify a value other than
auto
, Elastic Transcoder disables automatic detection of
interlacing.
public JobInput withInterlaced(java.lang.String interlaced)
auto
. If you want to specify whether the input file is
interlaced, enter one of the following values: true
,
false
If you specify a value other than
auto
, Elastic Transcoder disables automatic detection of
interlacing.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: (^auto$)|(^true$)|(^false$)
interlaced
- Whether the input file is interlaced. If you want Elastic Transcoder
to automatically detect whether the input file is interlaced, specify
auto
. If you want to specify whether the input file is
interlaced, enter one of the following values: true
,
false
If you specify a value other than
auto
, Elastic Transcoder disables automatic detection of
interlacing.
public java.lang.String getContainer()
auto
. If you want to specify the container type for the
input file, enter one of the following values: 3gp
,
asf
, avi
, divx
,
flv
, mkv
, mov
,
mp4
, mpeg
, mpeg-ps
,
mpeg-ts
, mxf
, ogg
,
vob
, wav
, webm
Constraints:
Pattern: (^auto$)|(^3gp$)|(^asf$)|(^avi$)|(^divx$)|(^flv$)|(^mkv$)|(^mov$)|(^mp4$)|(^mpeg$)|(^mpeg-ps$)|(^mpeg-ts$)|(^mxf$)|(^ogg$)|(^vob$)|(^wav$)|(^webm$)
auto
. If you want to specify the container type for the
input file, enter one of the following values: 3gp
,
asf
, avi
, divx
,
flv
, mkv
, mov
,
mp4
, mpeg
, mpeg-ps
,
mpeg-ts
, mxf
, ogg
,
vob
, wav
, webm
public void setContainer(java.lang.String container)
auto
. If you want to specify the container type for the
input file, enter one of the following values: 3gp
,
asf
, avi
, divx
,
flv
, mkv
, mov
,
mp4
, mpeg
, mpeg-ps
,
mpeg-ts
, mxf
, ogg
,
vob
, wav
, webm
Constraints:
Pattern: (^auto$)|(^3gp$)|(^asf$)|(^avi$)|(^divx$)|(^flv$)|(^mkv$)|(^mov$)|(^mp4$)|(^mpeg$)|(^mpeg-ps$)|(^mpeg-ts$)|(^mxf$)|(^ogg$)|(^vob$)|(^wav$)|(^webm$)
container
- The container type for the input file. If you want Elastic Transcoder
to automatically detect the container type of the input file, specify
auto
. If you want to specify the container type for the
input file, enter one of the following values: 3gp
,
asf
, avi
, divx
,
flv
, mkv
, mov
,
mp4
, mpeg
, mpeg-ps
,
mpeg-ts
, mxf
, ogg
,
vob
, wav
, webm
public JobInput withContainer(java.lang.String container)
auto
. If you want to specify the container type for the
input file, enter one of the following values: 3gp
,
asf
, avi
, divx
,
flv
, mkv
, mov
,
mp4
, mpeg
, mpeg-ps
,
mpeg-ts
, mxf
, ogg
,
vob
, wav
, webm
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: (^auto$)|(^3gp$)|(^asf$)|(^avi$)|(^divx$)|(^flv$)|(^mkv$)|(^mov$)|(^mp4$)|(^mpeg$)|(^mpeg-ps$)|(^mpeg-ts$)|(^mxf$)|(^ogg$)|(^vob$)|(^wav$)|(^webm$)
container
- The container type for the input file. If you want Elastic Transcoder
to automatically detect the container type of the input file, specify
auto
. If you want to specify the container type for the
input file, enter one of the following values: 3gp
,
asf
, avi
, divx
,
flv
, mkv
, mov
,
mp4
, mpeg
, mpeg-ps
,
mpeg-ts
, mxf
, ogg
,
vob
, wav
, webm
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 |