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

Description

 
Synopsis

Documentation

data MultiplexStatmuxVideoSettings Source #

Statmux rate control settings

See: newMultiplexStatmuxVideoSettings smart constructor.

Constructors

MultiplexStatmuxVideoSettings' 

Fields

  • priority :: Maybe Int

    The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others. Channels that have a higher priority will\nget higher video quality at the expense of the video quality of\nother channels in the multiplex with lower priority.

  • minimumBitrate :: Maybe Natural

    Minimum statmux bitrate.

  • maximumBitrate :: Maybe Natural

    Maximum statmux bitrate.

Instances

Instances details
Eq MultiplexStatmuxVideoSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MultiplexStatmuxVideoSettings

Read MultiplexStatmuxVideoSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MultiplexStatmuxVideoSettings

Show MultiplexStatmuxVideoSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MultiplexStatmuxVideoSettings

Generic MultiplexStatmuxVideoSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MultiplexStatmuxVideoSettings

Associated Types

type Rep MultiplexStatmuxVideoSettings :: Type -> Type #

NFData MultiplexStatmuxVideoSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MultiplexStatmuxVideoSettings

Hashable MultiplexStatmuxVideoSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MultiplexStatmuxVideoSettings

ToJSON MultiplexStatmuxVideoSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MultiplexStatmuxVideoSettings

FromJSON MultiplexStatmuxVideoSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MultiplexStatmuxVideoSettings

type Rep MultiplexStatmuxVideoSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MultiplexStatmuxVideoSettings

type Rep MultiplexStatmuxVideoSettings = D1 ('MetaData "MultiplexStatmuxVideoSettings" "Amazonka.MediaLive.Types.MultiplexStatmuxVideoSettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "MultiplexStatmuxVideoSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "minimumBitrate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maximumBitrate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newMultiplexStatmuxVideoSettings :: MultiplexStatmuxVideoSettings Source #

Create a value of MultiplexStatmuxVideoSettings 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:priority:MultiplexStatmuxVideoSettings', multiplexStatmuxVideoSettings_priority - The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others. Channels that have a higher priority will\nget higher video quality at the expense of the video quality of\nother channels in the multiplex with lower priority.

$sel:minimumBitrate:MultiplexStatmuxVideoSettings', multiplexStatmuxVideoSettings_minimumBitrate - Minimum statmux bitrate.

$sel:maximumBitrate:MultiplexStatmuxVideoSettings', multiplexStatmuxVideoSettings_maximumBitrate - Maximum statmux bitrate.

multiplexStatmuxVideoSettings_priority :: Lens' MultiplexStatmuxVideoSettings (Maybe Int) Source #

The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others. Channels that have a higher priority will\nget higher video quality at the expense of the video quality of\nother channels in the multiplex with lower priority.