Uses of Class
com.amazonaws.services.elastictranscoder.model.CreateJobPlaylist
-
Packages that use CreateJobPlaylist Package Description com.amazonaws.services.elastictranscoder.model -
-
Uses of CreateJobPlaylist in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return CreateJobPlaylist Modifier and Type Method Description CreateJobPlaylistCreateJobPlaylist. clone()CreateJobPlaylistCreateJobPlaylist. withFormat(String format)The format of the output playlist.CreateJobPlaylistCreateJobPlaylist. 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.CreateJobPlaylistCreateJobPlaylist. withName(String name)The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8.CreateJobPlaylistCreateJobPlaylist. withOutputKeys(String... outputKeys)For each output in this job that you want to include in a master playlist, the value of theOutputs:Keyobject.CreateJobPlaylistCreateJobPlaylist. withOutputKeys(Collection<String> outputKeys)For each output in this job that you want to include in a master playlist, the value of theOutputs:Keyobject.CreateJobPlaylistCreateJobPlaylist. withPlayReadyDrm(PlayReadyDrm playReadyDrm)The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.Methods in com.amazonaws.services.elastictranscoder.model that return types with arguments of type CreateJobPlaylist Modifier and Type Method Description List<CreateJobPlaylist>CreateJobRequest. getPlaylists()If you specify a preset inPresetIdfor which the value ofContaineris 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 CreateJobPlaylist Modifier and Type Method Description CreateJobRequestCreateJobRequest. withPlaylists(CreateJobPlaylist... playlists)If you specify a preset inPresetIdfor which the value ofContaineris 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 CreateJobPlaylist Modifier and Type Method Description voidCreateJobRequest. setPlaylists(Collection<CreateJobPlaylist> playlists)If you specify a preset inPresetIdfor which the value ofContaineris fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.CreateJobRequestCreateJobRequest. withPlaylists(Collection<CreateJobPlaylist> playlists)If you specify a preset inPresetIdfor which the value ofContaineris fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
-