Class: Google::Cloud::Video::LiveStream::V1::Encryption::DrmSystems
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::Encryption::DrmSystems
- 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
-
#clearkey ⇒ ::Google::Cloud::Video::LiveStream::V1::Encryption::Clearkey
Clearkey configuration.
-
#fairplay ⇒ ::Google::Cloud::Video::LiveStream::V1::Encryption::Fairplay
Fairplay configuration.
-
#playready ⇒ ::Google::Cloud::Video::LiveStream::V1::Encryption::Playready
Playready configuration.
-
#widevine ⇒ ::Google::Cloud::Video::LiveStream::V1::Encryption::Widevine
Widevine configuration.
Instance Attribute Details
#clearkey ⇒ ::Google::Cloud::Video::LiveStream::V1::Encryption::Clearkey
Returns Clearkey configuration.
947 948 949 950 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 947 class DrmSystems include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fairplay ⇒ ::Google::Cloud::Video::LiveStream::V1::Encryption::Fairplay
Returns Fairplay configuration.
947 948 949 950 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 947 class DrmSystems include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#playready ⇒ ::Google::Cloud::Video::LiveStream::V1::Encryption::Playready
Returns Playready configuration.
947 948 949 950 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 947 class DrmSystems include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#widevine ⇒ ::Google::Cloud::Video::LiveStream::V1::Encryption::Widevine
Returns Widevine configuration.
947 948 949 950 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 947 class DrmSystems include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |