public sealed class Encryption.Types.MpegCommonEncryption : IMessage<Encryption.Types.MpegCommonEncryption>, IEquatable<Encryption.Types.MpegCommonEncryption>, IDeepCloneable<Encryption.Types.MpegCommonEncryption>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class Encryption.Types.MpegCommonEncryption.
Configuration for MPEG Common Encryption (MPEG-CENC).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation covers the `Encryption.Types.MpegCommonEncryption` class within the Transcoder v1 API, specifically for version 2.7.0."],["`MpegCommonEncryption` is designed for configuring MPEG Common Encryption (MPEG-CENC) in video transcoding processes."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionality such as deep cloning and message handling."],["The `Scheme` property is required and specifies the encryption scheme, supporting values like `cenc` and `cbcs`, and it is of a string type."],["The `MpegCommonEncryption` class can be constructed with or without an existing `MpegCommonEncryption` parameter."]]],[]]