Google Cloud Video Transcoder V1 Client - Class Aes128Encryption (0.6.0)
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 Aes128Encryption.
Configuration for AES-128 encryption.
Generated from protobuf message google.cloud.video.transcoder.v1.Encryption.Aes128Encryption
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key_uri |
string
Required. URI of the key delivery service. This URI is inserted into the M3U8 header. |
getKeyUri
Required. URI of the key delivery service. This URI is inserted into the M3U8 header.
| Returns | |
|---|---|
| Type | Description |
string |
|
setKeyUri
Required. URI of the key delivery service. This URI is inserted into the M3U8 header.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|