bitmovin_api_sdk.encoding.live.standby_pools.encodings package
Submodules
bitmovin_api_sdk.encoding.live.standby_pools.encodings.encodings_api module
- class bitmovin_api_sdk.encoding.live.standby_pools.encodings.encodings_api.EncodingsApi(**kwargs)[source]
Bases:
BaseApi- delete(pool_id, id, **kwargs)[source]
Delete encoding from pool by id
- Parameters:
pool_id (string_types, required) – Id of the standby pool
id (string_types, required) – Id of the standby pool encoding
- Returns:
Id of the encoding from the pool that was deleted
- Return type:
- list(pool_id, query_params=None, **kwargs)[source]
List encodings from a standby pool
- Parameters:
pool_id (string_types, required) – Id of the standby pool
query_params (LiveStandbyPoolEncodingListQueryParams) – Query parameters
- Returns:
Standby pool encodings list response
- Return type: