Transcoder v1 API - Class Encryption.Types.MpegCommonEncryption (2.8.0)

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).

Inheritance

object > Encryption.Types.MpegCommonEncryption

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

MpegCommonEncryption()

public MpegCommonEncryption()

MpegCommonEncryption(MpegCommonEncryption)

public MpegCommonEncryption(Encryption.Types.MpegCommonEncryption other)
Parameter
NameDescription
otherEncryptionTypesMpegCommonEncryption

Properties

Scheme

public string Scheme { get; set; }

Required. Specify the encryption scheme.

Supported encryption schemes:

  • cenc
  • cbcs
Property Value
TypeDescription
string