NAME

Paws::MediaConvert::CaptionDestinationSettings

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::MediaConvert::CaptionDestinationSettings object:

$service_obj->Method(Att1 => { BurninDestinationSettings => $value, ..., TtmlDestinationSettings => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::MediaConvert::CaptionDestinationSettings object:

$result = $service_obj->Method(...);
$result->Att1->BurninDestinationSettings

DESCRIPTION

Specific settings required by destination type. Note that burnin_destination_settings are not available if the source of the caption data is Embedded or Teletext.

ATTRIBUTES

BurninDestinationSettings => Paws::MediaConvert::BurninDestinationSettings

Burn-In Destination Settings.

DestinationType => Str

Specify the format for this set of captions on this output. The default format is embedded without SCTE-20. Other options are embedded with SCTE-20, burn-in, DVB-sub, IMSC, SCC, SRT, teletext, TTML, and web-VTT. If you are using SCTE-20, choose SCTE-20 plus embedded (SCTE20_PLUS_EMBEDDED) to create an output that complies with the SCTE-43 spec. To create a non-compliant output where the embedded captions come first, choose Embedded plus SCTE-20 (EMBEDDED_PLUS_SCTE20).

DvbSubDestinationSettings => Paws::MediaConvert::DvbSubDestinationSettings

DVB-Sub Destination Settings

EmbeddedDestinationSettings => Paws::MediaConvert::EmbeddedDestinationSettings

Settings specific to embedded/ancillary caption outputs, including 608/708 Channel destination number.

ImscDestinationSettings => Paws::MediaConvert::ImscDestinationSettings

Settings specific to IMSC caption outputs.

SccDestinationSettings => Paws::MediaConvert::SccDestinationSettings

Settings for SCC caption output.

TeletextDestinationSettings => Paws::MediaConvert::TeletextDestinationSettings

Settings for Teletext caption output

TtmlDestinationSettings => Paws::MediaConvert::TtmlDestinationSettings

Settings specific to TTML caption outputs, including Pass style information (TtmlStylePassthrough).

SEE ALSO

This class forms part of Paws, describing an object used in Paws::MediaConvert

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues