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, **kwargs)[source]

Create Unsharp Filter

Parameters:

unsharp_filter (UnsharpFilter, required) – The Unsharp Filter to be created

Returns:

Unsharp Filter details

Return type:

UnsharpFilter

delete(filter_id, **kwargs)[source]

Delete Unsharp Filter

Parameters:

filter_id (string_types, required) – Id of the unsharp filter

Returns:

Id of the unsharp filter.

Return type:

BitmovinResponse

get(filter_id, **kwargs)[source]

Unsharp Filter Details

Parameters:

filter_id (string_types, required) – Id of the unsharp filter

Returns:

Unsharp Filter details

Return type:

UnsharpFilter

list(query_params=None, **kwargs)[source]

List Unsharp Filters

Parameters:

query_params (UnsharpFilterListQueryParams) – Query parameters

Returns:

List of Unsharp Filters

Return type:

UnsharpFilter

bitmovin_api_sdk.encoding.filters.unsharp.unsharp_filter_list_query_params module

class bitmovin_api_sdk.encoding.filters.unsharp.unsharp_filter_list_query_params.UnsharpFilterListQueryParams(offset=None, limit=None, name=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents