Class Encryption.Types.Aes128Encryption (1.0.0-beta04)

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

Configuration for AES-128 encryption.

Inheritance

Object > Encryption.Types.Aes128Encryption

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

Aes128Encryption()

public Aes128Encryption()

Aes128Encryption(Encryption.Types.Aes128Encryption)

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

Properties

KeyUri

public string KeyUri { get; set; }

Required. URI of the key delivery service. This URI is inserted into the M3U8 header.

Property Value
TypeDescription
String