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

Get the Kantar Watermark for an encoding

Parameters:

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

Returns:

Return type:

KantarWatermark

Module contents