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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `Encryption.Types.MpegCommonEncryption` class within the Transcoder v1 API, specifically version 2.8.0 of the .NET library."],["`MpegCommonEncryption` is used for configuring MPEG Common Encryption (MPEG-CENC) and is part of the `Google.Cloud.Video.Transcoder.V1` namespace."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for serialization, comparison, cloning, and efficient memory management."],["It supports encryption schemes such as `cenc` and `cbcs` which are specified by setting the `Scheme` property."],["The documentation covers the inheritance, implemented interfaces, namespace, assembly, constructors, and properties of the `MpegCommonEncryption` class, along with links to relevant .NET documentation and other versions."]]],[]]