The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::MediaLive::InputSettings

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::MediaLive::InputSettings object:

  $service_obj->Method(Att1 => { AudioSelectors => $value, ..., VideoSelector => $value  });

Results returned from an API call

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

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

DESCRIPTION

Live Event input parameters. There can be multiple inputs in a single Live Event.

ATTRIBUTES

AudioSelectors => ArrayRef[Paws::MediaLive::AudioSelector]

  Used to select the audio stream to decode for inputs that have multiple
available.

CaptionSelectors => ArrayRef[Paws::MediaLive::CaptionSelector]

  Used to select the caption input to use for inputs that have multiple
available.

DeblockFilter => Str

  Enable or disable the deblock filter when filtering.

DenoiseFilter => Str

  Enable or disable the denoise filter when filtering.

FilterStrength => Int

  Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).

InputFilter => Str

  Turns on the filter for this input. MPEG-2 inputs have the deblocking
filter enabled by default. 1) auto - filtering will be applied
depending on input type/quality 2) disabled - no filtering will be
applied to the input 3) forced - filtering will be applied regardless
of input type

NetworkInputSettings => Paws::MediaLive::NetworkInputSettings

  Input settings.

SourceEndBehavior => Str

  Loop input if it is a file. This allows a file input to be streamed
indefinitely.

VideoSelector => Paws::MediaLive::VideoSelector

  Informs which video elementary stream to decode for input types that
have multiple available.

SEE ALSO

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

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