Class Encryption.Types.MpegCommonEncryption (1.0.0-beta04)

public sealed class MpegCommonEncryption : IMessage<Encryption.Types.MpegCommonEncryption>, IEquatable<Encryption.Types.MpegCommonEncryption>, IDeepCloneable<Encryption.Types.MpegCommonEncryption>, IBufferMessage, IMessage

Configuration for MPEG Common Encryption (MPEG-CENC).

Inheritance

Object > Encryption.Types.MpegCommonEncryption

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

MpegCommonEncryption()

public MpegCommonEncryption()

MpegCommonEncryption(Encryption.Types.MpegCommonEncryption)

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

Properties

KeyId

public string KeyId { get; set; }

Required. 128 bit Key ID represented as lowercase hexadecimal digits for use with common encryption.

Property Value
TypeDescription
String

Scheme

public string Scheme { get; set; }

Required. Specify the encryption scheme.

Supported encryption schemes:

  • 'cenc'
  • 'cbcs'
Property Value
TypeDescription
String