Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Modifier and Type | Method and Description |
---|---|
CreateJobPlaylist |
CreateJobPlaylist.clone() |
CreateJobPlaylist |
CreateJobPlaylist.withFormat(String format)
The format of the output playlist.
|
CreateJobPlaylist |
CreateJobPlaylist.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.
|
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. |
CreateJobPlaylist |
CreateJobPlaylist.withPlayReadyDrm(PlayReadyDrm playReadyDrm)
The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this
playlist.
|
Modifier and Type | Method and Description |
---|---|
List<CreateJobPlaylist> |
CreateJobRequest.getPlaylists()
If you specify a preset in
PresetId for which the value of Container is fmp4
(Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic
Transcoder to create. |
Modifier and Type | Method and Description |
---|---|
CreateJobRequest |
CreateJobRequest.withPlaylists(CreateJobPlaylist... playlists)
If you specify a preset in
PresetId for which the value of Container is fmp4
(Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic
Transcoder to create. |
Modifier and Type | Method and Description |
---|---|
void |
CreateJobRequest.setPlaylists(Collection<CreateJobPlaylist> playlists)
If you specify a preset in
PresetId for which the value of Container is fmp4
(Fragmented MP4) or 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 fmp4
(Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic
Transcoder to create. |
Copyright © 2019. All rights reserved.