Uses of Class
com.amazonaws.services.elastictranscoder.model.Playlist
Packages that use Playlist
-
Uses of Playlist in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return PlaylistModifier and TypeMethodDescriptionPlaylist.clone()
Playlist.withFormat
(String format) The format of the output playlist.Playlist.withHlsContentProtection
(HlsContentProtection hlsContentProtection) The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8.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.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.withPlayReadyDrm
(PlayReadyDrm playReadyDrm) The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.Playlist.withStatus
(String status) The status of the job with which the playlist is associated.Playlist.withStatusDetail
(String statusDetail) Information that further explains the status.Methods in com.amazonaws.services.elastictranscoder.model that return types with arguments of type PlaylistModifier and TypeMethodDescriptionJob.getPlaylists()
Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or 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 PlaylistModifier and TypeMethodDescriptionJob.withPlaylists
(Playlist... playlists) Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or 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 PlaylistModifier and TypeMethodDescriptionvoid
Job.setPlaylists
(Collection<Playlist> playlists) Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.Job.withPlaylists
(Collection<Playlist> playlists) Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.