libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.Types.InputDeviceHdSettings

Description

 
Synopsis

Documentation

data InputDeviceHdSettings Source #

Settings that describe the active source from the input device, and the video characteristics of that source.

See: newInputDeviceHdSettings smart constructor.

Constructors

InputDeviceHdSettings' 

Fields

Instances

Instances details
Eq InputDeviceHdSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputDeviceHdSettings

Read InputDeviceHdSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputDeviceHdSettings

Show InputDeviceHdSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputDeviceHdSettings

Generic InputDeviceHdSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputDeviceHdSettings

Associated Types

type Rep InputDeviceHdSettings :: Type -> Type #

NFData InputDeviceHdSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputDeviceHdSettings

Methods

rnf :: InputDeviceHdSettings -> () #

Hashable InputDeviceHdSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputDeviceHdSettings

FromJSON InputDeviceHdSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputDeviceHdSettings

type Rep InputDeviceHdSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputDeviceHdSettings

newInputDeviceHdSettings :: InputDeviceHdSettings Source #

Create a value of InputDeviceHdSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:framerate:InputDeviceHdSettings', inputDeviceHdSettings_framerate - The frame rate of the video source.

$sel:scanType:InputDeviceHdSettings', inputDeviceHdSettings_scanType - The scan type of the video source.

$sel:deviceState:InputDeviceHdSettings', inputDeviceHdSettings_deviceState - The state of the input device.

$sel:height:InputDeviceHdSettings', inputDeviceHdSettings_height - The height of the video source, in pixels.

$sel:activeInput:InputDeviceHdSettings', inputDeviceHdSettings_activeInput - If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).

$sel:width:InputDeviceHdSettings', inputDeviceHdSettings_width - The width of the video source, in pixels.

$sel:configuredInput:InputDeviceHdSettings', inputDeviceHdSettings_configuredInput - The source at the input device that is currently active. You can specify this source.

$sel:maxBitrate:InputDeviceHdSettings', inputDeviceHdSettings_maxBitrate - The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.

inputDeviceHdSettings_height :: Lens' InputDeviceHdSettings (Maybe Int) Source #

The height of the video source, in pixels.

inputDeviceHdSettings_activeInput :: Lens' InputDeviceHdSettings (Maybe InputDeviceActiveInput) Source #

If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).

inputDeviceHdSettings_width :: Lens' InputDeviceHdSettings (Maybe Int) Source #

The width of the video source, in pixels.

inputDeviceHdSettings_configuredInput :: Lens' InputDeviceHdSettings (Maybe InputDeviceConfiguredInput) Source #

The source at the input device that is currently active. You can specify this source.

inputDeviceHdSettings_maxBitrate :: Lens' InputDeviceHdSettings (Maybe Int) Source #

The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.