bitmovin_api_sdk.encoding.encodings.muxings.packed_audio.drm.aes package

Subpackages

Submodules

bitmovin_api_sdk.encoding.encodings.muxings.packed_audio.drm.aes.aes_api module

class bitmovin_api_sdk.encoding.encodings.muxings.packed_audio.drm.aes.aes_api.AesApi(**kwargs)[source]

Bases: BaseApi

create(encoding_id, muxing_id, aes_encryption_drm, **kwargs)[source]

Add AES encryption configuration to the Packed Audio muxing

Parameters:
  • encoding_id (string_types, required) – Id of the encoding.

  • muxing_id (string_types, required) – Id of the packed audio muxing.

  • aes_encryption_drm (AesEncryptionDrm, required) – The AES encryption configuration to be created

Returns:

AESEncryption details

Return type:

AesEncryptionDrm

delete(encoding_id, muxing_id, drm_id, **kwargs)[source]

Delete AES encryption configuration from a Packed Audio muxing

Parameters:
  • encoding_id (string_types, required) – Id of the encoding.

  • muxing_id (string_types, required) – Id of the Packed Audio muxing.

  • drm_id (string_types, required) – Id of the AES encryption configuration.

Returns:

Id of the AES encryption configuration.

Return type:

BitmovinResponse

get(encoding_id, muxing_id, drm_id, **kwargs)[source]

AES encryption Details of a Packed Audio muxing

Parameters:
  • encoding_id (string_types, required) – Id of the encoding.

  • muxing_id (string_types, required) – Id of the Packed Audio muxing.

  • drm_id (string_types, required) – Id of the AES encryption configuration.

Returns:

AESEncryption details

Return type:

AesEncryptionDrm

list(encoding_id, muxing_id, query_params=None, **kwargs)[source]

List AES encryption configurations of a Packed Audio muxing

Parameters:
  • encoding_id (string_types, required) – Id of the encoding.

  • muxing_id (string_types, required) – Id of the Packed Audio muxing.

  • query_params (AesEncryptionDrmListQueryParams) – Query parameters

Returns:

List of AES encryption configurations

Return type:

AesEncryptionDrm

bitmovin_api_sdk.encoding.encodings.muxings.packed_audio.drm.aes.aes_encryption_drm_list_query_params module

class bitmovin_api_sdk.encoding.encodings.muxings.packed_audio.drm.aes.aes_encryption_drm_list_query_params.AesEncryptionDrmListQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents