Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Modifier and Type | Method and Description |
---|---|
TimeSpan |
TimeSpan.clone() |
TimeSpan |
Clip.getTimeSpan()
Deprecated.
Settings that determine when a clip begins and how long it lasts.
|
TimeSpan |
JobInput.getTimeSpan()
Settings for clipping an input.
|
TimeSpan |
TimeSpan.withDuration(String duration)
The duration of the clip.
|
TimeSpan |
TimeSpan.withStartTime(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)
Deprecated.
Settings that determine when a clip begins and how long it lasts.
|
void |
JobInput.setTimeSpan(TimeSpan timeSpan)
Settings for clipping an input.
|
Clip |
Clip.withTimeSpan(TimeSpan timeSpan)
Deprecated.
Settings that determine when a clip begins and how long it lasts.
|
JobInput |
JobInput.withTimeSpan(TimeSpan timeSpan)
Settings for clipping an input.
|
Copyright © 2019. All rights reserved.