Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- newtype HlsEncryptionType where
- HlsEncryptionType' { }
- pattern HlsEncryptionType_AES128 :: HlsEncryptionType
- pattern HlsEncryptionType_SAMPLE_AES :: HlsEncryptionType
Documentation
newtype HlsEncryptionType Source #
Encrypts the segments with the given encryption scheme. Leave blank to disable. Selecting 'Disabled' in the web interface also disables encryption.
pattern HlsEncryptionType_AES128 :: HlsEncryptionType | |
pattern HlsEncryptionType_SAMPLE_AES :: HlsEncryptionType |