bitmovin_api_sdk.encoding.encodings.muxings.progressive_ts.drm.aes package
Subpackages
Submodules
bitmovin_api_sdk.encoding.encodings.muxings.progressive_ts.drm.aes.aes_api module
- class bitmovin_api_sdk.encoding.encodings.muxings.progressive_ts.drm.aes.aes_api.AesApi(**kwargs)[source]
Bases:
BaseApi- create(encoding_id, muxing_id, aes_encryption_drm, **kwargs)[source]
Add AES encryption configuration to a Progressive TS muxing
- Parameters:
encoding_id (string_types, required) – Id of the encoding
muxing_id (string_types, required) – Id of the Progressive TS muxing
aes_encryption_drm (AesEncryptionDrm, required) – The AES encryption configuration to be created. Note that for AES encryption in conjunction with Progressive TS muxing the 'iv' must remain unset or be empty.
- Returns:
AES encryption details
- Return type:
- delete(encoding_id, muxing_id, drm_id, **kwargs)[source]
Delete AES encryption configuration from a Progressive TS muxing
- Parameters:
encoding_id (string_types, required) – Id of the encoding
muxing_id (string_types, required) – Id of the Progressive TS muxing
drm_id (string_types, required) – Id of the AES encryption configuration
- Returns:
Id of the AES encryption configuration.
- Return type:
- get(encoding_id, muxing_id, drm_id, **kwargs)[source]
AES encryption Details of a Progressive TS muxing
- Parameters:
encoding_id (string_types, required) – Id of the encoding
muxing_id (string_types, required) – Id of the Progressive TS muxing
drm_id (string_types, required) – Id of the AES encryption configuration
- Returns:
AES encryption details
- Return type:
- list(encoding_id, muxing_id, query_params=None, **kwargs)[source]
List AES encryption configurations of a Progressive TS muxing
- Parameters:
encoding_id (string_types, required) – Id of the encoding
muxing_id (string_types, required) – Id of the Progressive TS muxing
query_params (AesEncryptionDrmListQueryParams) – Query parameters
- Returns:
List of AES encryption configurations
- Return type: