AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.MediaLive.Model.InputSettings

Namespace: Amazon.MediaLive.Model
Assembly: AWSSDK.MediaLive.dll
Version: 3.x.y.z

Syntax

C#
public class InputSettings

The InputSettings type exposes the following members

Constructors

NameDescription
Public Method InputSettings()

Properties

NameTypeDescription
Public Property AudioSelectors System.Collections.Generic.List<Amazon.MediaLive.Model.AudioSelector>

Gets and sets the property AudioSelectors. Used to select the audio stream to decode for inputs that have multiple available.

Public Property CaptionSelectors System.Collections.Generic.List<Amazon.MediaLive.Model.CaptionSelector>

Gets and sets the property CaptionSelectors. Used to select the caption input to use for inputs that have multiple available.

Public Property DeblockFilter Amazon.MediaLive.InputDeblockFilter

Gets and sets the property DeblockFilter. Enable or disable the deblock filter when filtering.

Public Property DenoiseFilter Amazon.MediaLive.InputDenoiseFilter

Gets and sets the property DenoiseFilter. Enable or disable the denoise filter when filtering.

Public Property FilterStrength System.Int32

Gets and sets the property FilterStrength. Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).

Public Property InputFilter Amazon.MediaLive.InputFilter

Gets and sets the property InputFilter. 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/quality2) disabled - no filtering will be applied to the input3) forced - filtering will be applied regardless of input type

Public Property NetworkInputSettings Amazon.MediaLive.Model.NetworkInputSettings

Gets and sets the property NetworkInputSettings. Input settings.

Public Property Scte35Pid System.Int32

Gets and sets the property Scte35Pid. PID from which to read SCTE-35 messages. If left undefined, EML will select the first SCTE-35 PID found in the input.

Public Property Smpte2038DataPreference Amazon.MediaLive.Smpte2038DataPreference

Gets and sets the property Smpte2038DataPreference. Specifies 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.

Public Property SourceEndBehavior Amazon.MediaLive.InputSourceEndBehavior

Gets and sets the property SourceEndBehavior. Loop input if it is a file. This allows a file input to be streamed indefinitely.

Public Property VideoSelector Amazon.MediaLive.Model.VideoSelector

Gets and sets the property VideoSelector. Informs which video elementary stream to decode for input types that have multiple available.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5