GoogleApi.Transcoder.V1beta1.Model.MpegCommonEncryption (google_api_transcoder v0.2.0) View Source

Configuration for MPEG Common Encryption (MPEG-CENC).

Attributes

  • keyId (type: String.t, default: nil) - Required. 128 bit Key ID represented as lowercase hexadecimal digits for use with common encryption.
  • scheme (type: String.t, default: nil) - Required. Specify the encryption scheme. Supported encryption schemes: - 'cenc' - 'cbcs'

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Transcoder.V1beta1.Model.MpegCommonEncryption{
  keyId: String.t() | nil,
  scheme: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.