BitmovinApiSdk\Models\KantarWatermark
Synopsis
class KantarWatermark
extends BitmovinResponse
{
- // members
- public string $login;
- public string $password;
- public int $licenseId;
- public string $channelName;
- public string $contentReference;
- public string $serverUrl;
- public array $reportOutputs;
- // Inherited members from BitmovinResponse
- public string $id;
- // methods
- public void __construct()
- public $this login()
- public $this password()
- public $this licenseId()
- public $this channelName()
- public $this contentReference()
- public $this serverUrl()
- public $this reportOutputs()
- // Inherited methods from BitmovinResponse
- public void __construct()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $channelName — string
- $contentReference — string
- $id — string
- $licenseId — int
- $login — string
- $password — string
- $reportOutputs — \BitmovinApiSdk\Models\EncodingOutput[]
- $serverUrl — string
Methods
public
- __construct()
- channelName() — Name of the distribution channel associated with the audio content being watermarked. (required)
- contentReference() — Unique reference or identifier for the audio content that will be processed. (required)
- licenseId() — Identifier of the Kantar license to be used when processing the audio watermark. (required)
- login() — Username used to authenticate with the Kantar watermarking service. (required)
- password() — Password associated with the provided login for authentication. (required)
- reportOutputs() — The outputs where the processing report should be delivered. (required)
- serverUrl() — URL of the Kantar server endpoint used to apply or validate the audio watermark. (required)