Uses of Class
com.amazonaws.services.elastictranscoder.model.HlsContentProtection
Packages that use HlsContentProtection
-
Uses of HlsContentProtection in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return HlsContentProtectionModifier and TypeMethodDescriptionHlsContentProtection.clone()
CreateJobPlaylist.getHlsContentProtection()
The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.Playlist.getHlsContentProtection()
The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.HlsContentProtection.withInitializationVector
(String initializationVector) If Elastic Transcoder is generating your key for you, you must leave this field blank.If you want Elastic Transcoder to generate a key for you, leave this field blank.HlsContentProtection.withKeyMd5
(String keyMd5) If Elastic Transcoder is generating your key for you, you must leave this field blank.HlsContentProtection.withKeyStoragePolicy
(String keyStoragePolicy) Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket.HlsContentProtection.withLicenseAcquisitionUrl
(String licenseAcquisitionUrl) The location of the license key required to decrypt your HLS playlist.HlsContentProtection.withMethod
(String method) The content protection method for your output.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type HlsContentProtectionModifier and TypeMethodDescriptionvoid
CreateJobPlaylist.setHlsContentProtection
(HlsContentProtection hlsContentProtection) The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.void
Playlist.setHlsContentProtection
(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.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.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.