bitmovin_api_sdk.encoding.manifests.hls.media.type package

Submodules

bitmovin_api_sdk.encoding.manifests.hls.media.type.type_api module

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

Bases: BaseApi

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

HLS Media Type

Parameters
  • manifest_id (string_types, required) – Id of the hls manifest.

  • media_id (string_types, required) – Id of the video media.

Returns

Media-type

Return type

MediaInfoTypeResponse

Module contents