Class: Google::Cloud::Video::LiveStream::V1::Encryption::MpegCommonEncryption

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

Overview

Configuration for MPEG-Dash Common Encryption (MPEG-CENC).

Instance Attribute Summary collapse

Instance Attribute Details

#scheme::String

Returns Required. Specify the encryption scheme, supported schemes:

  • cenc - AES-CTR subsample
  • cbcs- AES-CBC subsample pattern.

Returns:

  • (::String)

    Required. Specify the encryption scheme, supported schemes:

    • cenc - AES-CTR subsample
    • cbcs- AES-CBC subsample pattern


970
971
972
973
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 970

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