bitmovin_api_sdk.encoding.manifests.dash.customdata package

Submodules

bitmovin_api_sdk.encoding.manifests.dash.customdata.customdata_api module

class bitmovin_api_sdk.encoding.manifests.dash.customdata.customdata_api.CustomdataApi(**kwargs)[source]

Bases: BaseApi

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

DASH Manifest Custom Data

Parameters

manifest_id (string_types, required) – UUID of the DASH manifest

Returns

DASH Manifest Custom Data

Return type

CustomData

Module contents