Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Playlist> |
Job.playlists
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 |
---|---|
Playlist |
Playlist.clone() |
Playlist |
Playlist.withFormat(java.lang.String format)
The format of the output playlist.
|
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.
|
Playlist |
Playlist.withName(java.lang.String name)
The name that you want Elastic Transcoder to assign to the master
playlist, for example, nyc-vacation.m3u8.
|
Playlist |
Playlist.withOutputKeys(java.util.Collection<java.lang.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(java.lang.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.withPlayReadyDrm(PlayReadyDrm playReadyDrm)
The DRM settings, if any, that you want Elastic Transcoder to apply to
the output files associated with this playlist.
|
Playlist |
Playlist.withStatus(java.lang.String status)
The status of the job with which the playlist is associated.
|
Playlist |
Playlist.withStatusDetail(java.lang.String statusDetail)
Information that further explains the status.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Playlist> |
Job.getPlaylists()
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 |
---|---|
Job |
Job.withPlaylists(Playlist... playlists)
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 |
Job.setPlaylists(java.util.Collection<Playlist> playlists)
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. |
Job |
Job.withPlaylists(java.util.Collection<Playlist> playlists)
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 |
---|---|
Playlist |
PlaylistJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PlaylistJsonMarshaller.marshall(Playlist playlist,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|