bitmovin_api_sdk.encoding.filters.unsharp package
Subpackages
Submodules
bitmovin_api_sdk.encoding.filters.unsharp.unsharp_api module
- class bitmovin_api_sdk.encoding.filters.unsharp.unsharp_api.UnsharpApi(**kwargs)[source]
Bases:
BaseApi
- create(unsharp_filter: UnsharpFilter, **kwargs: dict) UnsharpFilter [source]
Create Unsharp Filter
- Parameters
unsharp_filter (UnsharpFilter, required) – The Unsharp Filter to be created
- Returns
Unsharp Filter details
- Return type
- delete(filter_id: string_types, **kwargs: dict) BitmovinResponse [source]
Delete Unsharp Filter
- Parameters
filter_id (string_types, required) – Id of the unsharp filter
- Returns
Id of the unsharp filter.
- Return type
- get(filter_id: string_types, **kwargs: dict) UnsharpFilter [source]
Unsharp Filter Details
- Parameters
filter_id (string_types, required) – Id of the unsharp filter
- Returns
Unsharp Filter details
- Return type
- list(query_params: Optional[UnsharpFilterListQueryParams] = None, **kwargs: dict) UnsharpFilter [source]
List Unsharp Filters
- Parameters
query_params (UnsharpFilterListQueryParams) – Query parameters
- Returns
List of Unsharp Filters
- Return type