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 TimeSpanTimeSpan. clone()TimeSpanClip. getTimeSpan()Settings that determine when a clip begins and how long it lasts.TimeSpanTimeSpan. withDuration(String duration)The duration of the clip.TimeSpanTimeSpan. 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 voidClip. setTimeSpan(TimeSpan timeSpan)Settings that determine when a clip begins and how long it lasts.ClipClip. withTimeSpan(TimeSpan timeSpan)Settings that determine when a clip begins and how long it lasts.
-