bitmovin_api_sdk.encoding.manifests.type package

Submodules

bitmovin_api_sdk.encoding.manifests.type.type_api module

class bitmovin_api_sdk.encoding.manifests.type.type_api.TypeApi(**kwargs)[source]

Bases: BaseApi

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

Get Manifest Type

Parameters

manifest_id (string_types, required) – UUID of the manifest

Returns

Manifest type response

Return type

ManifestTypeResponse

Module contents