class Google::Apis::TranscoderV1beta1::Aes128Encryption

Configuration for AES-128 encryption.

Attributes

key_uri[RW]

Required. URI of the key delivery service. This URI is inserted into the M3U8 header. Corresponds to the JSON property `keyUri` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/transcoder_v1beta1/classes.rb, line 55
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/transcoder_v1beta1/classes.rb, line 60
def update!(**args)
  @key_uri = args[:key_uri] if args.key?(:key_uri)
end