bitmovin_api_sdk.player.channels.versions package

Subpackages

Submodules

bitmovin_api_sdk.player.channels.versions.versions_api module

class bitmovin_api_sdk.player.channels.versions.versions_api.VersionsApi(**kwargs)[source]

Bases: BaseApi

list(channel_name: string_types, **kwargs: dict) PlayerVersion[source]

List Player Versions for Channel

Parameters

channel_name (string_types, required) – Name of the channel to get the player versions for.

Returns

Service specific result

Return type

PlayerVersion

Module contents