Class: Google::Cloud::Video::Transcoder::V1beta1::Encryption::Aes128Encryption

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb

Overview

Configuration for AES-128 encryption.

Instance Attribute Summary collapse

Instance Attribute Details

#key_uri::String

Returns Required. URI of the key delivery service. This URI is inserted into the M3U8 header.

Returns:

  • (::String)

    Required. URI of the key delivery service. This URI is inserted into the M3U8 header.



977
978
979
980
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 977

class Aes128Encryption
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end