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