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

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 SAMPLE-AES 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.



987
988
989
990
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 987

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