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

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

Defines configuration for DRM systems in use. If a field is omitted, that DRM system will be considered to be disabled.

Instance Attribute Summary collapse

Instance Attribute Details

#clearkey::Google::Cloud::Video::LiveStream::V1::Encryption::Clearkey

Returns Optional. Clearkey configuration.

Returns:



1201
1202
1203
1204
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 1201

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

#fairplay::Google::Cloud::Video::LiveStream::V1::Encryption::Fairplay

Returns Optional. Fairplay configuration.

Returns:



1201
1202
1203
1204
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 1201

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

#playready::Google::Cloud::Video::LiveStream::V1::Encryption::Playready

Returns Optional. Playready configuration.

Returns:



1201
1202
1203
1204
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 1201

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

#widevine::Google::Cloud::Video::LiveStream::V1::Encryption::Widevine

Returns Optional. Widevine configuration.

Returns:



1201
1202
1203
1204
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 1201

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