Interface protos.google.cloud.video.transcoder.v1.IEncryption (1.5.0)

Properties of an Encryption.

Package

@google-cloud/video-transcoder!

Properties

aes_128

aes_128?: (google.cloud.video.transcoder.v1.Encryption.IAes128Encryption|null);

Encryption aes_128

Property Value
TypeDescription
(google.cloud.video.transcoder.v1.Encryption.IAes128Encryption|null)

iv

iv?: (string|null);

Encryption iv

Property Value
TypeDescription
(string|null)

key

key?: (string|null);

Encryption key

Property Value
TypeDescription
(string|null)

mpegCenc

mpegCenc?: (google.cloud.video.transcoder.v1.Encryption.IMpegCommonEncryption|null);

Encryption mpegCenc

Property Value
TypeDescription
(google.cloud.video.transcoder.v1.Encryption.IMpegCommonEncryption|null)

sampleAes

sampleAes?: (google.cloud.video.transcoder.v1.Encryption.ISampleAesEncryption|null);

Encryption sampleAes

Property Value
TypeDescription
(google.cloud.video.transcoder.v1.Encryption.ISampleAesEncryption|null)