Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.CreateJobPlaylist
-
Packages that use CreateJobPlaylist Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of CreateJobPlaylist in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type CreateJobPlaylist Modifier and Type Method Description List<CreateJobPlaylist>CreateJobRequest. 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.Methods in software.amazon.awssdk.services.elastictranscoder.model with parameters of type CreateJobPlaylist Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. playlists(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 software.amazon.awssdk.services.elastictranscoder.model with type arguments of type CreateJobPlaylist Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. playlists(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.
-