Uses of Class
com.amazonaws.services.elastictranscoder.model.TimeSpan

Packages that use TimeSpan
com.amazonaws.services.elastictranscoder.model Classes modeling the various types represented by AmazonElasticTranscoder. 
 

Uses of TimeSpan in com.amazonaws.services.elastictranscoder.model
 

Methods in com.amazonaws.services.elastictranscoder.model that return TimeSpan
 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
 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.
 



Copyright © 2016. All rights reserved.