Uses of Class
com.amazonaws.services.elastictranscoder.model.TimeSpan
-
Packages that use TimeSpan Package Description com.amazonaws.services.elastictranscoder.model -
-
Uses of TimeSpan in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return TimeSpan Modifier and Type Method Description TimeSpan
TimeSpan. clone()
TimeSpan
Clip. getTimeSpan()
Settings that determine when a clip begins and how long it lasts.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.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type TimeSpan Modifier and Type Method 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.
-