Paws

 view release on metacpan or  search on metacpan

lib/Paws/MediaConvert/EmbeddedDestinationSettings.pm  view on Meta::CPAN

# Generated by default/object.tt
package Paws::MediaConvert::EmbeddedDestinationSettings;
  use Moose;
  has Destination608ChannelNumber => (is => 'ro', isa => 'Int', request_name => 'destination608ChannelNumber', traits => ['NameInRequest']);
  has Destination708ServiceNumber => (is => 'ro', isa => 'Int', request_name => 'destination708ServiceNumber', traits => ['NameInRequest']);

1;

### main pod documentation begin ###

=head1 NAME

Paws::MediaConvert::EmbeddedDestinationSettings

=head1 USAGE

This class represents one of two things:

=head3 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::EmbeddedDestinationSettings object:

  $service_obj->Method(Att1 => { Destination608ChannelNumber => $value, ..., Destination708ServiceNumber => $value  });

=head3 Results returned from an API call

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

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

=head1 DESCRIPTION

Settings related to CEA/EIA-608 and CEA/EIA-708 (also called embedded
or ancillary) captions. Set up embedded captions in the same output as
your video. For more information, see
https://docs.aws.amazon.com/mediaconvert/latest/ug/embedded-output-captions.html.
When you work directly in your JSON job specification, include this
object and any required children when you set destinationType to
EMBEDDED, EMBEDDED_PLUS_SCTE20, or SCTE20_PLUS_EMBEDDED.

=head1 ATTRIBUTES


=head2 Destination608ChannelNumber => Int

Ignore this setting unless your input captions are SCC format and your
output captions are embedded in the video stream. Specify a CC number
for each captions channel in this output. If you have two channels,
choose CC numbers that aren't in the same field. For example, choose 1
and 3. For more information, see
https://docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.


=head2 Destination708ServiceNumber => Int

Ignore this setting unless your input captions are SCC format and you
want both 608 and 708 captions embedded in your output stream.
Optionally, specify the 708 service number for each output captions
channel. Choose a different number for each channel. To use this
setting, also set Force 608 to 708 upconvert (Convert608To708) to
Upconvert (UPCONVERT) in your input captions selector settings. If you
choose to upconvert but don't specify a 708 service number,
MediaConvert uses the number that you specify for CC channel number
(destination608ChannelNumber) for the 708 service number. For more
information, see
https://docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.



=head1 SEE ALSO

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

=head1 BUGS and CONTRIBUTIONS

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

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

=cut



( run in 0.965 second using v1.01-cache-2.11-cpan-71847e10f99 )