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, **kwargs)[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, **kwargs)[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)[source]
List Custom Web Player Builds
- Returns:
List of player build details
- Return type: