Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

KantarWatermarkSettings

import type { KantarWatermarkSettings } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

Use these settings only when you use Kantar watermarking. Specify the values that MediaConvert uses to generate and place Kantar watermarks in your output audio. These settings apply to every output in your job. In addition to specifying these values, you also need to store your Kantar credentials in AWS Secrets Manager. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/kantar-watermarking.html.

interface KantarWatermarkSettings {
ChannelName?: string | null;
ContentReference?: string | null;
CredentialsSecretName?: string | null;
FileOffset?: number | null;
KantarLicenseId?: number | null;
KantarServerUrl?: string | null;
LogDestination?: string | null;
Metadata3?: string | null;
Metadata4?: string | null;
Metadata5?: string | null;
Metadata6?: string | null;
Metadata7?: string | null;
Metadata8?: string | null;
}

§Properties

§
ChannelName?: string | null
[src]

Provide an audio channel name from your Kantar audio license.

§
ContentReference?: string | null
[src]

Specify a unique identifier for Kantar to use for this piece of content.

§
CredentialsSecretName?: string | null
[src]

Provide the name of the AWS Secrets Manager secret where your Kantar credentials are stored. Note that your MediaConvert service role must provide access to this secret. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/granting-permissions-for-mediaconvert-to-access-secrets-manager-secret.html. For instructions on creating a secret, see https://docs.aws.amazon.com/secretsmanager/latest/userguide/tutorials_basic.html, in the AWS Secrets Manager User Guide.

§
FileOffset?: number | null
[src]

Optional. Specify an offset, in whole seconds, from the start of your output and the beginning of the watermarking. When you don't specify an offset, Kantar defaults to zero.

§
KantarLicenseId?: number | null
[src]

Provide your Kantar license ID number. You should get this number from Kantar.

§
KantarServerUrl?: string | null
[src]

Provide the HTTPS endpoint to the Kantar server. You should get this endpoint from Kantar.

§
LogDestination?: string | null
[src]

Optional. Specify the Amazon S3 bucket where you want MediaConvert to store your Kantar watermark XML logs. When you don't specify a bucket, MediaConvert doesn't save these logs. Note that your MediaConvert service role must provide access to this location. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html

§
Metadata3?: string | null
[src]

You can optionally use this field to specify the first timestamp that Kantar embeds during watermarking. Kantar suggests that you be very cautious when using this Kantar feature, and that you use it only on channels that are managed specifically for use with this feature by your Audience Measurement Operator. For more information about this feature, contact Kantar technical support.

§
Metadata4?: string | null
[src]

Additional metadata that MediaConvert sends to Kantar. Maximum length is 50 characters.

§
Metadata5?: string | null
[src]

Additional metadata that MediaConvert sends to Kantar. Maximum length is 50 characters.

§
Metadata6?: string | null
[src]

Additional metadata that MediaConvert sends to Kantar. Maximum length is 50 characters.

§
Metadata7?: string | null
[src]

Additional metadata that MediaConvert sends to Kantar. Maximum length is 50 characters.

§
Metadata8?: string | null
[src]

Additional metadata that MediaConvert sends to Kantar. Maximum length is 50 characters.