bitmovin_api_sdk.encoding.encodings.kantar_watermark package

Submodules

bitmovin_api_sdk.encoding.encodings.kantar_watermark.kantar_watermark_api module

class bitmovin_api_sdk.encoding.encodings.kantar_watermark.kantar_watermark_api.KantarWatermarkApi(**kwargs)[source]

Bases: BaseApi

create(encoding_id: string_types, kantar_watermark: KantarWatermark, **kwargs: dict) KantarWatermark[source]

Create or replace the Kantar Watermark for an encoding

Parameters
  • encoding_id (string_types, required) – Id of the encoding.

  • kantar_watermark (KantarWatermark, required) – The Kantar Watermark to be created

Returns

Kantar Watermark

Return type

KantarWatermark

delete(encoding_id: string_types, **kwargs: dict) BitmovinResponse[source]

Delete the Kantar Watermark for an encoding

Parameters

encoding_id (string_types, required) – Id of the encoding.

Returns

Id of the Kantar Watermark

Return type

BitmovinResponse

get(encoding_id: string_types, **kwargs: dict) KantarWatermark[source]

Get the Kantar Watermark for an encoding

Parameters

encoding_id (string_types, required) – Id of the encoding.

Returns

Return type

KantarWatermark

Module contents