libZSservicesZSamazonka-mediapackageZSamazonka-mediapackage
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.MediaPackage.Types.StreamSelection

Description

 
Synopsis

Documentation

data StreamSelection Source #

A StreamSelection configuration.

See: newStreamSelection smart constructor.

Constructors

StreamSelection' 

Fields

Instances

Instances details
Eq StreamSelection Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.StreamSelection

Read StreamSelection Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.StreamSelection

Show StreamSelection Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.StreamSelection

Generic StreamSelection Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.StreamSelection

Associated Types

type Rep StreamSelection :: Type -> Type #

NFData StreamSelection Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.StreamSelection

Methods

rnf :: StreamSelection -> () #

Hashable StreamSelection Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.StreamSelection

ToJSON StreamSelection Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.StreamSelection

FromJSON StreamSelection Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.StreamSelection

type Rep StreamSelection Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.StreamSelection

type Rep StreamSelection = D1 ('MetaData "StreamSelection" "Amazonka.MediaPackage.Types.StreamSelection" "libZSservicesZSamazonka-mediapackageZSamazonka-mediapackage" 'False) (C1 ('MetaCons "StreamSelection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "streamOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamOrder)) :*: (S1 ('MetaSel ('Just "minVideoBitsPerSecond") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "maxVideoBitsPerSecond") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newStreamSelection :: StreamSelection Source #

Create a value of StreamSelection 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:streamOrder:StreamSelection', streamSelection_streamOrder - A directive that determines the order of streams in the output.

$sel:minVideoBitsPerSecond:StreamSelection', streamSelection_minVideoBitsPerSecond - The minimum video bitrate (bps) to include in output.

$sel:maxVideoBitsPerSecond:StreamSelection', streamSelection_maxVideoBitsPerSecond - The maximum video bitrate (bps) to include in output.

streamSelection_streamOrder :: Lens' StreamSelection (Maybe StreamOrder) Source #

A directive that determines the order of streams in the output.

streamSelection_minVideoBitsPerSecond :: Lens' StreamSelection (Maybe Int) Source #

The minimum video bitrate (bps) to include in output.

streamSelection_maxVideoBitsPerSecond :: Lens' StreamSelection (Maybe Int) Source #

The maximum video bitrate (bps) to include in output.