bitmovin_api_sdk.encoding.manifests.smooth.contentprotection package

Submodules

bitmovin_api_sdk.encoding.manifests.smooth.contentprotection.contentprotection_api module

class bitmovin_api_sdk.encoding.manifests.smooth.contentprotection.contentprotection_api.ContentprotectionApi(**kwargs)[source]

Bases: BaseApi

create(manifest_id: string_types, smooth_manifest_content_protection: SmoothManifestContentProtection, **kwargs: dict) SmoothManifestContentProtection[source]

Add Content Protection to Smooth Streaming

Parameters
  • manifest_id (string_types, required) – Id of the Smooth Streaming manifest.

  • smooth_manifest_content_protection (SmoothManifestContentProtection, required) – The Content Protection to be added

Returns

Content protection

Return type

SmoothManifestContentProtection

delete(manifest_id: string_types, protection_id: string_types, **kwargs: dict) BitmovinResponse[source]

Delete Content Protection of Smooth Streaming

Parameters
  • manifest_id (string_types, required) – Id of the Smooth Streaming manifest.

  • protection_id (string_types, required) – Id of the content protection.

Returns

Id of the content protection

Return type

BitmovinResponse

get(manifest_id: string_types, protection_id: string_types, **kwargs: dict) SmoothManifestContentProtection[source]

Content Protection of Smooth Streaming Representation Details

Parameters
  • manifest_id (string_types, required) – Id of the Smooth Streaming manifest.

  • protection_id (string_types, required) – Id of the content protection.

Returns

Content protection details

Return type

SmoothManifestContentProtection

list(manifest_id: string_types, query_params: SmoothManifestContentProtectionListQueryParams = None, **kwargs: dict) SmoothManifestContentProtection[source]

List Content Protection of Smooth Streaming

Parameters
Returns

Content protection results

Return type

SmoothManifestContentProtection

bitmovin_api_sdk.encoding.manifests.smooth.contentprotection.smooth_manifest_content_protection_list_query_params module

class bitmovin_api_sdk.encoding.manifests.smooth.contentprotection.smooth_manifest_content_protection_list_query_params.SmoothManifestContentProtectionListQueryParams(offset: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents