bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.fmp4.drm package

Subpackages

Submodules

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.fmp4.drm.dash_fmp4_drm_representation_list_query_params module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.fmp4.drm.dash_fmp4_drm_representation_list_query_params.DashFmp4DrmRepresentationListQueryParams(offset: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.fmp4.drm.drm_api module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.fmp4.drm.drm_api.DrmApi(**kwargs)[source]

Bases: BaseApi

create(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, dash_fmp4_drm_representation: DashFmp4DrmRepresentation, **kwargs: dict) DashFmp4DrmRepresentation[source]

Add DRM fMP4 Representation

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

  • period_id (string_types, required) – Id of the period

  • adaptationset_id (string_types, required) – Id of the adaptation set

  • dash_fmp4_drm_representation (DashFmp4DrmRepresentation, required) – The DRM fMP4 representation to be added to the adaptation set

Returns

Id of the DRM Fmp4 representation

Return type

DashFmp4DrmRepresentation

delete(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, representation_id: string_types, **kwargs: dict) BitmovinResponse[source]

Delete DRM fMP4 Representation

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

  • period_id (string_types, required) – Id of the period

  • adaptationset_id (string_types, required) – Id of the adaptation set

  • representation_id (string_types, required) – Id of the DRM fMP4 representation to be deleted

Returns

Id of the DRM fMP4 Representation

Return type

BitmovinResponse

get(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, representation_id: string_types, **kwargs: dict) DashFmp4DrmRepresentation[source]

DRM fMP4 Representation Details

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

  • period_id (string_types, required) – Id of the period

  • adaptationset_id (string_types, required) – Id of the adaptation set

  • representation_id (string_types, required) – Id of the representation

Returns

DRM fMP4 Representation details

Return type

DashFmp4DrmRepresentation

list(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, query_params: DashFmp4DrmRepresentationListQueryParams = None, **kwargs: dict) DashFmp4DrmRepresentation[source]

List all DRM fMP4 Representations

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

  • period_id (string_types, required) – Id of the period

  • adaptationset_id (string_types, required) – Id of the adaptation set

  • query_params (DashFmp4DrmRepresentationListQueryParams) – Query parameters

Returns

List of DRM fMP4 Representations

Return type

DashFmp4DrmRepresentation

Module contents