Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class MpegCommonEncryption.
Configuration for MPEG-Dash Common Encryption (MPEG-CENC).
Generated from protobuf message google.cloud.video.livestream.v1.Encryption.MpegCommonEncryption
Namespace
Google \ Cloud \ Video \ LiveStream \ V1 \ EncryptionMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ scheme |
string
Required. Specify the encryption scheme, supported schemes: - |
getScheme
Required. Specify the encryption scheme, supported schemes:
cenc- AES-CTR subsamplecbcs- AES-CBC subsample pattern
| Returns | |
|---|---|
| Type | Description |
string |
|
setScheme
Required. Specify the encryption scheme, supported schemes:
cenc- AES-CTR subsamplecbcs- AES-CBC subsample pattern
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|