class Google::Apis::TranscoderV1beta1::SampleAesEncryption
Configuration for SAMPLE-AES 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 1352 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 1357 def update!(**args) @key_uri = args[:key_uri] if args.key?(:key_uri) end