Uses of Class
com.amazonaws.services.elastictranscoder.model.PlayReadyDrm
Packages that use PlayReadyDrm
-
Uses of PlayReadyDrm in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return PlayReadyDrmModifier and TypeMethodDescriptionPlayReadyDrm.clone()
CreateJobPlaylist.getPlayReadyDrm()
The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.Playlist.getPlayReadyDrm()
The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.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.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.The DRM key for your file, provided by your DRM license provider.The ID for your DRM key, so that your DRM license provider knows which key to provide.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.withLicenseAcquisitionUrl
(String licenseAcquisitionUrl) The location of the license key required to play DRM content.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type PlayReadyDrmModifier and TypeMethodDescriptionvoid
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.withPlayReadyDrm
(PlayReadyDrm playReadyDrm) The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this 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.