Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.HlsContentProtection
-
Packages that use HlsContentProtection Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of HlsContentProtection in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return HlsContentProtection Modifier and Type Method Description HlsContentProtectionCreateJobPlaylist. hlsContentProtection()The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.HlsContentProtectionPlaylist. hlsContentProtection()The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.Methods in software.amazon.awssdk.services.elastictranscoder.model with parameters of type HlsContentProtection Modifier and Type Method Description CreateJobPlaylist.BuilderCreateJobPlaylist.Builder. hlsContentProtection(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.BuilderPlaylist.Builder. hlsContentProtection(HlsContentProtection hlsContentProtection)The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
-