bitmovin_api_sdk.player.custom_builds.web package
Subpackages
Submodules
bitmovin_api_sdk.player.custom_builds.web.web_api module
- class bitmovin_api_sdk.player.custom_builds.web.web_api.WebApi(**kwargs)[source]
Bases:
BaseApi
- create(custom_player_build_details: CustomPlayerBuildDetails, **kwargs: dict) CustomPlayerBuildDetails [source]
Add Custom Web Player Build
- Parameters
custom_player_build_details (CustomPlayerBuildDetails, required) – The Custom Web Player Build to be added
- Returns
Custom player build details
- Return type
- get(custom_build_id: string_types, **kwargs: dict) CustomPlayerBuildStatus [source]
Custom Web Player Build Details
- Parameters
custom_build_id (string_types, required) – Id of the custom player build
- Returns
Custom player build details
- Return type
- list(**kwargs: dict) CustomPlayerBuildDetails [source]
List Custom Web Player Builds
- Returns
List of player build details
- Return type
- start(custom_build_id: string_types, **kwargs: dict) BitmovinResponse [source]
Start Custom Web Player Build
- Parameters
custom_build_id (string_types, required) – Id of the custom player build
- Returns
Id of custom player build
- Return type