logo
pub struct KantarWatermarkSettings {
Show 13 fields pub channel_name: Option<String>, pub content_reference: Option<String>, pub credentials_secret_name: Option<String>, pub file_offset: Option<f64>, pub kantar_license_id: Option<i64>, pub kantar_server_url: Option<String>, pub log_destination: Option<String>, pub metadata_3: Option<String>, pub metadata_4: Option<String>, pub metadata_5: Option<String>, pub metadata_6: Option<String>, pub metadata_7: Option<String>, pub metadata_8: Option<String>,
}
Expand description

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.

Fields

channel_name: Option<String>

Provide an audio channel name from your Kantar audio license.

content_reference: Option<String>

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

credentials_secret_name: Option<String>

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.

file_offset: Option<f64>

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.

kantar_license_id: Option<i64>

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

kantar_server_url: Option<String>

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

log_destination: Option<String>

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

metadata_3: Option<String>

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.

metadata_4: Option<String>

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

metadata_5: Option<String>

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

metadata_6: Option<String>

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

metadata_7: Option<String>

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

metadata_8: Option<String>

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

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more