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

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

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

Methods in com.amazonaws.services.elastictranscoder.model that return Playlist
 Playlist Playlist.withFormat(String format)
          This value must currently be HLSv3.
 Playlist Playlist.withName(String name)
          The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8.
 Playlist Playlist.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.
 Playlist Playlist.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.
 Playlist Playlist.withStatus(String status)
          The status of the job with which the playlist is associated.
 Playlist Playlist.withStatusDetail(String statusDetail)
          Information that further explains the status.
 

Methods in com.amazonaws.services.elastictranscoder.model that return types with arguments of type Playlist
 List<Playlist> Job.getPlaylists()
          Outputs in MPEG-TS format only.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 Playlist
 Job Job.withPlaylists(Playlist... playlists)
          Outputs in MPEG-TS format only.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 Playlist
 void Job.setPlaylists(Collection<Playlist> playlists)
          Outputs in MPEG-TS format only.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.
 Job Job.withPlaylists(Collection<Playlist> playlists)
          Outputs in MPEG-TS format only.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.