Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Modifier and Type | Method and Description |
---|---|
PlayReadyDrm |
PlayReadyDrm.clone() |
PlayReadyDrm |
CreateJobPlaylist.getPlayReadyDrm()
The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this
playlist.
|
PlayReadyDrm |
Playlist.getPlayReadyDrm()
The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this
playlist.
|
PlayReadyDrm |
PlayReadyDrm.withFormat(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(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(String key)
The DRM key for your file, provided by your DRM license provider.
|
PlayReadyDrm |
PlayReadyDrm.withKeyId(String keyId)
The ID for your DRM key, so that your DRM license provider knows which key to provide.
|
PlayReadyDrm |
PlayReadyDrm.withKeyMd5(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(String licenseAcquisitionUrl)
The location of the license key required to play DRM content.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.
|
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.
|
Copyright © 2019. All rights reserved.