Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private PlayReadyDrm |
Playlist.playReadyDrm
The DRM settings, if any, that you want Elastic Transcoder to apply to
the output files associated with this playlist.
|
private PlayReadyDrm |
CreateJobPlaylist.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 |
---|---|
PlayReadyDrm |
PlayReadyDrm.clone() |
PlayReadyDrm |
Playlist.getPlayReadyDrm()
The DRM settings, if any, that you want Elastic Transcoder to apply to
the output files associated with this playlist.
|
PlayReadyDrm |
CreateJobPlaylist.getPlayReadyDrm()
The DRM settings, if any, that you want Elastic Transcoder to apply to
the output files associated with this playlist.
|
PlayReadyDrm |
PlayReadyDrm.withFormat(java.lang.String format)
The type of DRM, if any, that you want Elastic Transcoder to apply to the
output files associated with this playlist.
|
PlayReadyDrm |
PlayReadyDrm.withInitializationVector(java.lang.String initializationVector)
The series of random bits created by a random bit generator, unique for
every encryption operation, that you want Elastic Transcoder to use to
encrypt your files.
|
PlayReadyDrm |
PlayReadyDrm.withKey(java.lang.String key)
The DRM key for your file, provided by your DRM license provider.
|
PlayReadyDrm |
PlayReadyDrm.withKeyId(java.lang.String keyId)
The ID for your DRM key, so that your DRM license provider knows which
key to provide.
|
PlayReadyDrm |
PlayReadyDrm.withKeyMd5(java.lang.String keyMd5)
The MD5 digest of the key used for DRM on your file, and that you want
Elastic Transcoder to use as a checksum to make sure your key was not
corrupted in transit.
|
PlayReadyDrm |
PlayReadyDrm.withLicenseAcquisitionUrl(java.lang.String licenseAcquisitionUrl)
The location of the license key required to play DRM content.
|
Modifier and Type | Method and Description |
---|---|
void |
Playlist.setPlayReadyDrm(PlayReadyDrm playReadyDrm)
The DRM settings, if any, that you want Elastic Transcoder to apply to
the output files associated with this playlist.
|
void |
CreateJobPlaylist.setPlayReadyDrm(PlayReadyDrm playReadyDrm)
The DRM settings, if any, that you want Elastic Transcoder to apply to
the output files associated with this playlist.
|
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.
|
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 |
---|---|
PlayReadyDrm |
PlayReadyDrmJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PlayReadyDrmJsonMarshaller.marshall(PlayReadyDrm playReadyDrm,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|