Google Cloud Video Transcoder V1 Client - Class MpegCommonEncryption (0.9.1)

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 \ Encryption

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ scheme string

Required. Specify the encryption scheme. Supported encryption schemes: - cenc - cbcs

getScheme

Required. Specify the encryption scheme.

Supported encryption schemes:

  • cenc
  • cbcs
Returns
TypeDescription
string

setScheme

Required. Specify the encryption scheme.

Supported encryption schemes:

  • cenc
  • cbcs
Parameter
NameDescription
var string
Returns
TypeDescription
$this