Google Cloud Video Live Stream V1 Client - Class MpegCommonEncryption (0.5.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ scheme string

Required. Specify the encryption scheme, supported schemes: - cenc - AES-CTR subsample - cbcs- AES-CBC subsample pattern

getScheme

Required. Specify the encryption scheme, supported schemes:

  • cenc - AES-CTR subsample
  • cbcs- AES-CBC subsample pattern
Returns
TypeDescription
string

setScheme

Required. Specify the encryption scheme, supported schemes:

  • cenc - AES-CTR subsample
  • cbcs- AES-CBC subsample pattern
Parameter
NameDescription
var string
Returns
TypeDescription
$this