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.InputDeviceUhdSettings

Description

 
Synopsis

Documentation

data InputDeviceUhdSettings Source #

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

See: newInputDeviceUhdSettings smart constructor.

Constructors

InputDeviceUhdSettings' 

Fields

Instances

Instances details
Eq InputDeviceUhdSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputDeviceUhdSettings

Read InputDeviceUhdSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputDeviceUhdSettings

Show InputDeviceUhdSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputDeviceUhdSettings

Generic InputDeviceUhdSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputDeviceUhdSettings

Associated Types

type Rep InputDeviceUhdSettings :: Type -> Type #

NFData InputDeviceUhdSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputDeviceUhdSettings

Methods

rnf :: InputDeviceUhdSettings -> () #

Hashable InputDeviceUhdSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputDeviceUhdSettings

FromJSON InputDeviceUhdSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputDeviceUhdSettings

type Rep InputDeviceUhdSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputDeviceUhdSettings

newInputDeviceUhdSettings :: InputDeviceUhdSettings Source #

Create a value of InputDeviceUhdSettings 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:InputDeviceUhdSettings', inputDeviceUhdSettings_framerate - The frame rate of the video source.

$sel:scanType:InputDeviceUhdSettings', inputDeviceUhdSettings_scanType - The scan type of the video source.

$sel:deviceState:InputDeviceUhdSettings', inputDeviceUhdSettings_deviceState - The state of the input device.

$sel:height:InputDeviceUhdSettings', inputDeviceUhdSettings_height - The height of the video source, in pixels.

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

$sel:width:InputDeviceUhdSettings', inputDeviceUhdSettings_width - The width of the video source, in pixels.

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

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

inputDeviceUhdSettings_height :: Lens' InputDeviceUhdSettings (Maybe Int) Source #

The height of the video source, in pixels.

inputDeviceUhdSettings_activeInput :: Lens' InputDeviceUhdSettings (Maybe InputDeviceActiveInput) Source #

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

inputDeviceUhdSettings_width :: Lens' InputDeviceUhdSettings (Maybe Int) Source #

The width of the video source, in pixels.

inputDeviceUhdSettings_configuredInput :: Lens' InputDeviceUhdSettings (Maybe InputDeviceConfiguredInput) Source #

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

inputDeviceUhdSettings_maxBitrate :: Lens' InputDeviceUhdSettings (Maybe Int) Source #

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