Class: Google::Apis::TranscoderV1beta1::SampleAesEncryption
- Inherits:
-
Object
- Object
- Google::Apis::TranscoderV1beta1::SampleAesEncryption
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/transcoder_v1beta1/classes.rb,
generated/google/apis/transcoder_v1beta1/representations.rb,
generated/google/apis/transcoder_v1beta1/representations.rb
Overview
Configuration for SAMPLE-AES encryption.
Instance Attribute Summary collapse
-
#key_uri ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SampleAesEncryption
constructor
A new instance of SampleAesEncryption.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SampleAesEncryption
Returns a new instance of SampleAesEncryption.
1305 1306 1307 |
# File 'generated/google/apis/transcoder_v1beta1/classes.rb', line 1305 def initialize(**args) update!(**args) end |
Instance Attribute Details
#key_uri ⇒ String
Required. URI of the key delivery service. This URI is inserted into the M3U8
header.
Corresponds to the JSON property keyUri
1303 1304 1305 |
# File 'generated/google/apis/transcoder_v1beta1/classes.rb', line 1303 def key_uri @key_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1310 1311 1312 |
# File 'generated/google/apis/transcoder_v1beta1/classes.rb', line 1310 def update!(**args) @key_uri = args[:key_uri] if args.key?(:key_uri) end |