Class: Google::Cloud::Video::Transcoder::V1::Encryption::MpegCommonEncryption
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::Encryption::MpegCommonEncryption
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/resources.rb
Overview
Configuration for MPEG Common Encryption (MPEG-CENC).
Instance Attribute Summary collapse
-
#scheme ⇒ ::String
Required.
Instance Attribute Details
#scheme ⇒ ::String
Returns Required. Specify the encryption scheme.
Supported encryption schemes:
cenc
cbcs
.
1436 1437 1438 1439 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1436 class MpegCommonEncryption include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |