Live Stream v1 API - Class Encryption.Types.MpegCommonEncryption (1.6.0)

public sealed class Encryption.Types.MpegCommonEncryption : IMessage<Encryption.Types.MpegCommonEncryption>, IEquatable<Encryption.Types.MpegCommonEncryption>, IDeepCloneable<Encryption.Types.MpegCommonEncryption>, IBufferMessage, IMessage

Reference documentation and code samples for the Live Stream v1 API class Encryption.Types.MpegCommonEncryption.

Configuration for MPEG-Dash Common Encryption (MPEG-CENC).

Inheritance

object > Encryption.Types.MpegCommonEncryption

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

MpegCommonEncryption()

public MpegCommonEncryption()

MpegCommonEncryption(MpegCommonEncryption)

public MpegCommonEncryption(Encryption.Types.MpegCommonEncryption other)
Parameter
Name Description
other EncryptionTypesMpegCommonEncryption

Properties

Scheme

public string Scheme { get; set; }

Required. Specify the encryption scheme, supported schemes:

  • cenc - AES-CTR subsample
  • cbcs- AES-CBC subsample pattern
Property Value
Type Description
string