Class Encryption.Types.SampleAesEncryption (1.0.0-beta04)

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

Configuration for SAMPLE-AES encryption.

Inheritance

Object > Encryption.Types.SampleAesEncryption

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

SampleAesEncryption()

public SampleAesEncryption()

SampleAesEncryption(Encryption.Types.SampleAesEncryption)

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

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