Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class DrmSystems.
Defines configuration for DRM systems in use.
Generated from protobuf message google.cloud.video.transcoder.v1.Encryption.DrmSystems
Namespace
Google \ Cloud \ Video \ Transcoder \ V1 \ EncryptionMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ widevine | Google\Cloud\Video\Transcoder\V1\Encryption\WidevineWidevine configuration. | 
| ↳ fairplay | Google\Cloud\Video\Transcoder\V1\Encryption\FairplayFairplay configuration. | 
| ↳ playready | Google\Cloud\Video\Transcoder\V1\Encryption\PlayreadyPlayready configuration. | 
| ↳ clearkey | Google\Cloud\Video\Transcoder\V1\Encryption\ClearkeyClearkey configuration. | 
getWidevine
Widevine configuration.
| Returns | |
|---|---|
| Type | Description | 
| Google\Cloud\Video\Transcoder\V1\Encryption\Widevine|null | |
hasWidevine
clearWidevine
setWidevine
Widevine configuration.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Cloud\Video\Transcoder\V1\Encryption\Widevine | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getFairplay
Fairplay configuration.
| Returns | |
|---|---|
| Type | Description | 
| Google\Cloud\Video\Transcoder\V1\Encryption\Fairplay|null | |
hasFairplay
clearFairplay
setFairplay
Fairplay configuration.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Cloud\Video\Transcoder\V1\Encryption\Fairplay | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getPlayready
Playready configuration.
| Returns | |
|---|---|
| Type | Description | 
| Google\Cloud\Video\Transcoder\V1\Encryption\Playready|null | |
hasPlayready
clearPlayready
setPlayready
Playready configuration.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Cloud\Video\Transcoder\V1\Encryption\Playready | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getClearkey
Clearkey configuration.
| Returns | |
|---|---|
| Type | Description | 
| Google\Cloud\Video\Transcoder\V1\Encryption\Clearkey|null | |
hasClearkey
clearClearkey
setClearkey
Clearkey configuration.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Cloud\Video\Transcoder\V1\Encryption\Clearkey | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |