bitmovin_api_sdk.encoding.manifests.dash.periods package

Subpackages

Submodules

bitmovin_api_sdk.encoding.manifests.dash.periods.period_list_query_params module

class bitmovin_api_sdk.encoding.manifests.dash.periods.period_list_query_params.PeriodListQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

bitmovin_api_sdk.encoding.manifests.dash.periods.periods_api module

class bitmovin_api_sdk.encoding.manifests.dash.periods.periods_api.PeriodsApi(**kwargs)[source]

Bases: BaseApi

create(manifest_id, period, **kwargs)[source]

Add Period

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

  • period (Period, required) – The Period to be added to the manifest

Returns:

Period

Return type:

Period

delete(manifest_id, period_id, **kwargs)[source]

Delete Period

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

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

Returns:

Id of the Period

Return type:

BitmovinResponse

get(manifest_id, period_id, **kwargs)[source]

Period Details

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

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

Returns:

Period details

Return type:

Period

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

List all Periods

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

  • query_params (PeriodListQueryParams) – Query parameters

Returns:

List of Periods

Return type:

Period

Module contents