Class MpegCommonEncryption
Configuration for MPEG Common Encryption (MPEG-CENC).
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class MpegCommonEncryption : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Scheme
Required. Specify the encryption scheme. Supported encryption schemes: - cenc
- cbcs
Declaration
[JsonProperty("scheme")]
public virtual string Scheme { get; set; }
Property Value
Type | Description |
---|---|
string |