Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private TimeSpan |
Clip.timeSpan
Settings that determine when a clip begins and how long it lasts.
|
Modifier and Type | Method and Description |
---|---|
TimeSpan |
TimeSpan.clone() |
TimeSpan |
Clip.getTimeSpan()
Settings that determine when a clip begins and how long it lasts.
|
TimeSpan |
TimeSpan.withDuration(java.lang.String duration)
The duration of the clip.
|
TimeSpan |
TimeSpan.withStartTime(java.lang.String startTime)
The place in the input file where you want a clip to start.
|
Modifier and Type | Method and Description |
---|---|
void |
Clip.setTimeSpan(TimeSpan timeSpan)
Settings that determine when a clip begins and how long it lasts.
|
Clip |
Clip.withTimeSpan(TimeSpan timeSpan)
Settings that determine when a clip begins and how long it lasts.
|
Modifier and Type | Method and Description |
---|---|
TimeSpan |
TimeSpanJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TimeSpanJsonMarshaller.marshall(TimeSpan timeSpan,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|