PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::ElasticTranscoder::CreateJobPlaylist; use Moose; has Format => (is => 'ro', isa => 'Str'); has HlsContentProtection => (is => 'ro', isa => 'Paws::ElasticTranscoder::HlsContentProtection'); has Name => (is => 'ro', isa => 'Str'); has OutputKeys => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has PlayReadyDrm => (is => 'ro', isa => 'Paws::ElasticTranscoder::PlayReadyDrm'); 1; ### main pod documentation begin ### =head1 NAME Paws::ElasticTranscoder::CreateJobPlaylist =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::ElasticTranscoder::CreateJobPlaylist object: $service_obj->Method(Att1 => { Format => $value, ..., PlayReadyDrm => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ElasticTranscoder::CreateJobPlaylist object: $result = $service_obj->Method(...); $result->Att1->Format =head1 DESCRIPTION Information about the master playlist. =head1 ATTRIBUTES =head2 Format => Str The format of the output playlist. Valid formats include C, C, and C. =head2 HlsContentProtection => L The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist. =head2 Name => Str The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a C character, the section of the name before the last C must be identical for all C objects. If you create more than one master playlist, the values of all C objects must be unique. Elastic Transcoder automatically appends the relevant file extension to the file name (C<.m3u8> for C and C playlists, and C<.ism> and C<.ismc> for C playlists). If you include a file extension in C, the file name will have two extensions. =head2 OutputKeys => ArrayRef[Str|Undef] For each output in this job that you want to include in a master playlist, the value of the C object. =over =item * If your output is not C or does not have a segment duration set, the name of the output file is a concatenation of C and C: OutputKeyPrefixC =item * If your output is C and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of C<.m3u8>, and a series of C<.ts> files that include a five-digit sequential counter beginning with 00000: OutputKeyPrefixC.m3u8 OutputKeyPrefixC00000.ts =item * If your output is C, has a segment duration set, and is included in an C playlist, Elastic Transcoder creates an output playlist file with a file extension of C<_v4.m3u8>. If the output is video, Elastic Transcoder also creates an output file with an extension of C<_iframe.m3u8>: OutputKeyPrefixC_v4.m3u8 OutputKeyPrefixC_iframe.m3u8 OutputKeyPrefixC.ts =back Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions. If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For C playlists, the C, C, and C to C ratio must be the same for all outputs. =head2 PlayReadyDrm => L The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut