Class Google::Cloud::Video::Transcoder::V1beta1::Encryption::MpegCommonEncryption

Configuration for MPEG Common Encryption (MPEG-CENC).

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#key_id

def key_id() -> ::String
Returns
  • (::String) — Required. 128 bit Key ID represented as lowercase hexadecimal digits for use with common encryption.

#key_id=

def key_id=(value) -> ::String
Parameter
  • value (::String) — Required. 128 bit Key ID represented as lowercase hexadecimal digits for use with common encryption.
Returns
  • (::String) — Required. 128 bit Key ID represented as lowercase hexadecimal digits for use with common encryption.

#scheme

def scheme() -> ::String
Returns
  • (::String) —

    Required. Specify the encryption scheme.

    Supported encryption schemes:

    • 'cenc'
    • 'cbcs'

#scheme=

def scheme=(value) -> ::String
Parameter
  • value (::String) —

    Required. Specify the encryption scheme.

    Supported encryption schemes:

    • 'cenc'
    • 'cbcs'
Returns
  • (::String) —

    Required. Specify the encryption scheme.

    Supported encryption schemes:

    • 'cenc'
    • 'cbcs'