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

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

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

Methods in com.amazonaws.services.elastictranscoder.model that return CreateJobPlaylist
 CreateJobPlaylist CreateJobPlaylist.withFormat(String format)
          This value must currently be HLSv3.
 CreateJobPlaylist CreateJobPlaylist.withName(String name)
          The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8.
 CreateJobPlaylist CreateJobPlaylist.withOutputKeys(Collection<String> outputKeys)
          For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
 CreateJobPlaylist CreateJobPlaylist.withOutputKeys(String... outputKeys)
          For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
 

Methods in com.amazonaws.services.elastictranscoder.model that return types with arguments of type CreateJobPlaylist
 List<CreateJobPlaylist> CreateJobRequest.getPlaylists()
          If you specify a preset in PresetId for which the value of Container is ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
 

Methods in com.amazonaws.services.elastictranscoder.model with parameters of type CreateJobPlaylist
 CreateJobRequest CreateJobRequest.withPlaylists(CreateJobPlaylist... playlists)
          If you specify a preset in PresetId for which the value of Container is ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
 

Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type CreateJobPlaylist
 void CreateJobRequest.setPlaylists(Collection<CreateJobPlaylist> playlists)
          If you specify a preset in PresetId for which the value of Container is ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
 CreateJobRequest CreateJobRequest.withPlaylists(Collection<CreateJobPlaylist> playlists)
          If you specify a preset in PresetId for which the value of Container is ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
 



Copyright © 2016. All rights reserved.