NAME

Paws::MediaConvert::M3u8Settings

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::M3u8Settings object:

  $service_obj->Method(Att1 => { AudioFramesPerPes => $value, ..., VideoPid => $value  });

Results returned from an API call

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

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

DESCRIPTION

Settings for TS segments in HLS

ATTRIBUTES

AudioFramesPerPes => Int

  The number of audio frames to insert for each PES packet.

AudioPids => ArrayRef[Int]

  Packet Identifier (PID) of the elementary audio stream(s) in the
transport stream. Multiple values are accepted, and can be entered in
ranges and/or by comma separation.

NielsenId3 => Str

PatInterval => Int

  The number of milliseconds between instances of this table in the
output transport stream.

PcrControl => Str

PcrPid => Int

  Packet Identifier (PID) of the Program Clock Reference (PCR) in the
transport stream. When no value is given, the encoder will assign the
same value as the Video PID.

PmtInterval => Int

  The number of milliseconds between instances of this table in the
output transport stream.

PmtPid => Int

  Packet Identifier (PID) for the Program Map Table (PMT) in the
transport stream.

PrivateMetadataPid => Int

  Packet Identifier (PID) of the private metadata stream in the transport
stream.

ProgramNumber => Int

  The value of the program number field in the Program Map Table.

Scte35Pid => Int

  Packet Identifier (PID) of the SCTE-35 stream in the transport stream.

Scte35Source => Str

TimedMetadata => Str

TimedMetadataPid => Int

  Packet Identifier (PID) of the timed metadata stream in the transport
stream.

TransportStreamId => Int

  The value of the transport stream ID field in the Program Map Table.

VideoPid => Int

  Packet Identifier (PID) of the elementary video stream in the transport
stream.

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