TsDrmSystem
- class aws_cdk.aws_mediapackagev2_alpha.TsDrmSystem(*values)
Bases:
Enum(experimental) DRM systems available for TS encryption.
SAMPLE_AES uses FairPlay, AES_128 uses Clear Key AES 128.
- Stability:
experimental
Attributes
- CLEAR_KEY_AES_128
(experimental) Clear Key AES 128 - used with AES_128 encryption.
- Stability:
experimental
- FAIRPLAY
(experimental) FairPlay DRM - used with SAMPLE_AES encryption.
- Stability:
experimental