Google Cloud Video Transcoder V1 Client - Class MpegCommonEncryption (1.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class MpegCommonEncryption.
Configuration for MPEG Common Encryption (MPEG-CENC).
Generated from protobuf message google.cloud.video.transcoder.v1.Encryption.MpegCommonEncryption
Namespace
Google \ Cloud \ Video \ Transcoder \ V1 \ EncryptionMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ scheme |
string
Required. Specify the encryption scheme. Supported encryption schemes: - |
getScheme
Required. Specify the encryption scheme.
Supported encryption schemes:
cenccbcs
| Returns | |
|---|---|
| Type | Description |
string |
|
setScheme
Required. Specify the encryption scheme.
Supported encryption schemes:
cenccbcs
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|