bitmovin_api_sdk.encoding.manifests.hls.customdata package

Submodules

bitmovin_api_sdk.encoding.manifests.hls.customdata.customdata_api module

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

Bases: BaseApi

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

HLS Manifest Custom Data

Parameters

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

Returns

HLS Manifest Custom Data

Return type

CustomData

Module contents