Table of Contents

Enum EncryptionType

Namespace
VAST.Crypto
Assembly
VAST.Common.dll

Specifies the encryption type for media content protection.

public enum EncryptionType

Fields

AesCounterMode = 4

AES encryption in counter mode.

Hls = 1

Standard HLS encryption (AES-128 CBC).

HlsIFrames = 3

HLS I-frames only mode (not actual encryption).

HlsVastreaming = 2

VASTreaming-specific HLS encryption.

None = 0

No encryption.

Unspecified = -1

Encryption type is not specified.