Class: Google::Apis::TranscoderV1beta1::SampleAesEncryption

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/transcoder_v1beta1/classes.rb,
lib/google/apis/transcoder_v1beta1/representations.rb,
lib/google/apis/transcoder_v1beta1/representations.rb

Overview

Configuration for SAMPLE-AES encryption.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SampleAesEncryption

Returns a new instance of SampleAesEncryption.



1352
1353
1354
# File 'lib/google/apis/transcoder_v1beta1/classes.rb', line 1352

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#key_uriString

Required. URI of the key delivery service. This URI is inserted into the M3U8 header. Corresponds to the JSON property keyUri

Returns:

  • (String)


1350
1351
1352
# File 'lib/google/apis/transcoder_v1beta1/classes.rb', line 1350

def key_uri
  @key_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1357
1358
1359
# File 'lib/google/apis/transcoder_v1beta1/classes.rb', line 1357

def update!(**args)
  @key_uri = args[:key_uri] if args.key?(:key_uri)
end