Enum EncryptionType
Specifies the encryption type for media content protection.
public enum EncryptionType
Fields
AesCounterMode = 4AES encryption in counter mode.
Hls = 1Standard HLS encryption (AES-128 CBC).
HlsIFrames = 3HLS I-frames only mode (not actual encryption).
HlsVastreaming = 2VASTreaming-specific HLS encryption.
None = 0No encryption.
Unspecified = -1Encryption type is not specified.