BitmovinApiSdk\Models\KantarWatermark

Synopsis

class KantarWatermark extends BitmovinResponse {
  • // Inherited members from BitmovinResponse
  • public string $id;
  • // 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)

Inherited from BitmovinApiSdk\Common\ApiResource

public