Show / Hide Table of Contents

Class DrmSystems

Defines configuration for DRM systems in use.

Inheritance
object
DrmSystems
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class DrmSystems : IDirectResponseSchema

Properties

Clearkey

Clearkey configuration.

Declaration
[JsonProperty("clearkey")]
public virtual Clearkey Clearkey { get; set; }
Property Value
Type Description
Clearkey

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Fairplay

Fairplay configuration.

Declaration
[JsonProperty("fairplay")]
public virtual Fairplay Fairplay { get; set; }
Property Value
Type Description
Fairplay

Playready

Playready configuration.

Declaration
[JsonProperty("playready")]
public virtual Playready Playready { get; set; }
Property Value
Type Description
Playready

Widevine

Widevine configuration.

Declaration
[JsonProperty("widevine")]
public virtual Widevine Widevine { get; set; }
Property Value
Type Description
Widevine

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX