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
- Subpackages
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.chunked_text package
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.cmaf package
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.fmp4 package
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.imsc package
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.mp4 package
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.progressive_webm package
- Submodules
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.progressive_webm.dash_progressive_webm_representation_list_query_params module
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.progressive_webm.progressive_webm_api module
- Module contents
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.sprite package
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.type package
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.vtt package
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.webm package
- Submodules
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.dash_representation_list_query_params module
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.representations_api module
- Module contents
- Subpackages
- 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
- class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.adaptationsets_api.AdaptationsetsApi(**kwargs)[source]
Bases:
BaseApi
- list(manifest_id: string_types, period_id: string_types, query_params: AdaptationSetListQueryParams = None, **kwargs: dict) AdaptationSet [source]
List all AdaptationSets
- Parameters
manifest_id (string_types, required) – Id of the Manifest
period_id (string_types, required) – Id of the Period
query_params (AdaptationSetListQueryParams) – Query parameters
- Returns
AdaptationSets of the Period
- Return type