![]() |
![]()
| ![]() |
![]()
NAMEPaws::MediaLive::InputSettings USAGEThis 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 DESCRIPTIONLive Event input parameters. There can be multiple inputs in a single Live Event. ATTRIBUTESAudioSelectors => 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 => StrEnable or disable the deblock filter when filtering. DenoiseFilter => StrEnable or disable the denoise filter when filtering. FilterStrength => IntAdjusts the magnitude of filtering from 1 (minimal) to 5 (strongest). InputFilter => StrTurns 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::NetworkInputSettingsInput settings. Smpte2038DataPreference => StrSpecifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input. Applicable data types are captions, timecode, AFD, and SCTE-104 messages. - PREFER: Extract from SMPTE-2038 if present in this input, otherwise extract from another source (if any). - IGNORE: Never extract any ancillary data from SMPTE-2038. SourceEndBehavior => StrLoop input if it is a file. This allows a file input to be streamed indefinitely. VideoSelector => Paws::MediaLive::VideoSelectorInforms which video elementary stream to decode for input types that have multiple available. SEE ALSOThis class forms part of Paws, describing an object used in Paws::MediaLive BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|