Uses of Class
com.amazonaws.services.elastictranscoder.model.TimeSpan
Packages that use TimeSpan
-
Uses of TimeSpan in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return TimeSpanModifier and TypeMethodDescriptionTimeSpan.clone()
Clip.getTimeSpan()
Settings that determine when a clip begins and how long it lasts.TimeSpan.withDuration
(String duration) The duration of the clip.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 TimeSpanModifier and TypeMethodDescriptionvoid
Clip.setTimeSpan
(TimeSpan timeSpan) Settings that determine when a clip begins and how long it lasts.Clip.withTimeSpan
(TimeSpan timeSpan) Settings that determine when a clip begins and how long it lasts.