View Source GoogleApi.Transcoder.V1.Model.MpegCommonEncryption (google_api_transcoder v0.4.0)

Configuration for MPEG Common Encryption (MPEG-CENC).

Attributes

  • scheme (type: String.t, default: nil) - Required. Specify the encryption scheme. Supported encryption schemes: - cenc - cbcs

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Transcoder.V1.Model.MpegCommonEncryption{
  scheme: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.