Uses of Class
software.amazon.awssdk.services.mediaconvert.model.HlsInitializationVectorInManifest
-
Packages that use HlsInitializationVectorInManifest Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of HlsInitializationVectorInManifest in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return HlsInitializationVectorInManifest Modifier and Type Method Description static HlsInitializationVectorInManifestHlsInitializationVectorInManifest. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HlsInitializationVectorInManifestHlsEncryptionSettings. initializationVectorInManifest()The Initialization Vector is a 128-bit number used in conjunction with the key for encrypting blocks.static HlsInitializationVectorInManifestHlsInitializationVectorInManifest. valueOf(String name)Returns the enum constant of this type with the specified name.static HlsInitializationVectorInManifest[]HlsInitializationVectorInManifest. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type HlsInitializationVectorInManifest Modifier and Type Method Description static Set<HlsInitializationVectorInManifest>HlsInitializationVectorInManifest. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type HlsInitializationVectorInManifest Modifier and Type Method Description HlsEncryptionSettings.BuilderHlsEncryptionSettings.Builder. initializationVectorInManifest(HlsInitializationVectorInManifest initializationVectorInManifest)The Initialization Vector is a 128-bit number used in conjunction with the key for encrypting blocks.
-