CmafDrmSystem

class aws_cdk.aws_mediapackagev2_alpha.CmafDrmSystem(*values)

Bases: Enum

(experimental) DRM systems available for CMAF encryption.

CENC supports PlayReady, Widevine, and Irdeto. CBCS supports PlayReady, Widevine, and FairPlay.

Stability:

experimental

Attributes

FAIRPLAY

(experimental) FairPlay DRM - used with CBCS encryption.

Stability:

experimental

IRDETO

(experimental) Irdeto DRM - used with CENC encryption.

Stability:

experimental

PLAYREADY

(experimental) PlayReady DRM - used with CENC and CBCS encryption.

Stability:

experimental

WIDEVINE

(experimental) Widevine DRM - used with CENC and CBCS encryption.

Stability:

experimental