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
Optional.
-
#fairplay ⇒ ::Google::Cloud::Video::LiveStream::V1::Encryption::Fairplay
Optional.
-
#playready ⇒ ::Google::Cloud::Video::LiveStream::V1::Encryption::Playready
Optional.
-
#widevine ⇒ ::Google::Cloud::Video::LiveStream::V1::Encryption::Widevine
Optional.
Instance Attribute Details
#clearkey ⇒ ::Google::Cloud::Video::LiveStream::V1::Encryption::Clearkey
Returns Optional. Clearkey configuration.
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.
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.
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.
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 |