bitmovin_api_sdk.encoding.manifests.dash.periods package
Subpackages
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets package
- Subpackages
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.audio package
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.contentprotection package
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.image package
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations package
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.subtitle package
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.type package
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.video package
- Submodules
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.adaptation_set_list_query_params module
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.adaptationsets_api module
- Module contents
- Subpackages
- bitmovin_api_sdk.encoding.manifests.dash.periods.custom_xml_elements package
Submodules
bitmovin_api_sdk.encoding.manifests.dash.periods.period_list_query_params module
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
- delete(manifest_id: string_types, period_id: string_types, **kwargs: dict) BitmovinResponse [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
- get(manifest_id: string_types, period_id: string_types, **kwargs: dict) Period [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
- list(manifest_id: string_types, query_params: PeriodListQueryParams = None, **kwargs: dict) Period [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