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

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

Reference documentation and code samples for the Transcoder v1 API class Encryption.Types.DrmSystems.

Defines configuration for DRM systems in use.

Inheritance

object > Encryption.Types.DrmSystems

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

DrmSystems()

public DrmSystems()

DrmSystems(DrmSystems)

public DrmSystems(Encryption.Types.DrmSystems other)
Parameter
NameDescription
otherEncryptionTypesDrmSystems

Properties

Clearkey

public Encryption.Types.Clearkey Clearkey { get; set; }

Clearkey configuration.

Property Value
TypeDescription
EncryptionTypesClearkey

Fairplay

public Encryption.Types.Fairplay Fairplay { get; set; }

Fairplay configuration.

Property Value
TypeDescription
EncryptionTypesFairplay

Playready

public Encryption.Types.Playready Playready { get; set; }

Playready configuration.

Property Value
TypeDescription
EncryptionTypesPlayready

Widevine

public Encryption.Types.Widevine Widevine { get; set; }

Widevine configuration.

Property Value
TypeDescription
EncryptionTypesWidevine