bitmovin_api_sdk.encoding.encodings.streams.watermarking.nexguard_file_marker.customdata package

Submodules

bitmovin_api_sdk.encoding.encodings.streams.watermarking.nexguard_file_marker.customdata.customdata_api module

class bitmovin_api_sdk.encoding.encodings.streams.watermarking.nexguard_file_marker.customdata.customdata_api.CustomdataApi(**kwargs)[source]

Bases: BaseApi

get(encoding_id: string_types, stream_id: string_types, nexguard_id: string_types, **kwargs: dict) CustomData[source]

Nexguard file marker watermarking configuration Custom Data

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

  • stream_id (string_types, required) – Id of the stream.

  • nexguard_id (string_types, required) – Id of the nexguard file marker watermarking configuration.

Returns

Nexguard watermarking configuration custom data

Return type

CustomData

Module contents