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

Description

 
Synopsis

Documentation

data Hdr10Settings Source #

Hdr10 Settings

See: newHdr10Settings smart constructor.

Constructors

Hdr10Settings' 

Fields

  • maxFall :: Maybe Natural

    Maximum Frame Average Light Level An integer metadata value defining the maximum average light level, in nits, for any single frame within an encoded HDR video stream or file.

  • maxCll :: Maybe Natural

    Maximum Content Light Level An integer metadata value defining the maximum light level, in nits, of any single pixel within an encoded HDR video stream or file.

Instances

Instances details
Eq Hdr10Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Hdr10Settings

Read Hdr10Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Hdr10Settings

Show Hdr10Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Hdr10Settings

Generic Hdr10Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Hdr10Settings

Associated Types

type Rep Hdr10Settings :: Type -> Type #

NFData Hdr10Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Hdr10Settings

Methods

rnf :: Hdr10Settings -> () #

Hashable Hdr10Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Hdr10Settings

ToJSON Hdr10Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Hdr10Settings

FromJSON Hdr10Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Hdr10Settings

type Rep Hdr10Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Hdr10Settings

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

newHdr10Settings :: Hdr10Settings Source #

Create a value of Hdr10Settings 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:maxFall:Hdr10Settings', hdr10Settings_maxFall - Maximum Frame Average Light Level An integer metadata value defining the maximum average light level, in nits, for any single frame within an encoded HDR video stream or file.

$sel:maxCll:Hdr10Settings', hdr10Settings_maxCll - Maximum Content Light Level An integer metadata value defining the maximum light level, in nits, of any single pixel within an encoded HDR video stream or file.

hdr10Settings_maxFall :: Lens' Hdr10Settings (Maybe Natural) Source #

Maximum Frame Average Light Level An integer metadata value defining the maximum average light level, in nits, for any single frame within an encoded HDR video stream or file.

hdr10Settings_maxCll :: Lens' Hdr10Settings (Maybe Natural) Source #

Maximum Content Light Level An integer metadata value defining the maximum light level, in nits, of any single pixel within an encoded HDR video stream or file.