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 HlsContentProtection
HlsContentProtection. clone()
HlsContentProtection
CreateJobPlaylist. getHlsContentProtection()
The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.HlsContentProtection
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
HlsContentProtection. withInitializationVector(String initializationVector)
If Elastic Transcoder is generating your key for you, you must leave this field blank.HlsContentProtection
HlsContentProtection. withKey(String key)
If you want Elastic Transcoder to generate a key for you, leave this field blank.HlsContentProtection
HlsContentProtection. withKeyMd5(String keyMd5)
If Elastic Transcoder is generating your key for you, you must leave this field blank.HlsContentProtection
HlsContentProtection. withKeyStoragePolicy(String keyStoragePolicy)
Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket.HlsContentProtection
HlsContentProtection. withLicenseAcquisitionUrl(String licenseAcquisitionUrl)
The location of the license key required to decrypt your HLS playlist.HlsContentProtection
HlsContentProtection. 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 void
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
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
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.
-