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

Description

 
Synopsis

Documentation

data VideoSelector Source #

Specifies a particular video stream within an input source. An input may have only a single video selector.

See: newVideoSelector smart constructor.

Constructors

VideoSelector' 

Fields

  • selectorSettings :: Maybe VideoSelectorSettings

    The video selector settings.

  • colorSpaceUsage :: Maybe VideoSelectorColorSpaceUsage

    Applies only if colorSpace is a value other than follow. This field controls how the value in the colorSpace field will be used. fallback means that when the input does include color space data, that data will be used, but when the input has no color space data, the value in colorSpace will be used. Choose fallback if your input is sometimes missing color space data, but when it does have color space data, that data is correct. force means to always use the value in colorSpace. Choose force if your input usually has no color space data or might have unreliable color space data.

  • colorSpaceSettings :: Maybe VideoSelectorColorSpaceSettings

    Color space settings

  • colorSpace :: Maybe VideoSelectorColorSpace

    Specifies the color space of an input. This setting works in tandem with colorSpaceUsage and a video description's colorSpaceSettingsChoice to determine if any conversion will be performed.

Instances

Instances details
Eq VideoSelector Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoSelector

Read VideoSelector Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoSelector

Show VideoSelector Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoSelector

Generic VideoSelector Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoSelector

Associated Types

type Rep VideoSelector :: Type -> Type #

NFData VideoSelector Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoSelector

Methods

rnf :: VideoSelector -> () #

Hashable VideoSelector Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoSelector

ToJSON VideoSelector Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoSelector

FromJSON VideoSelector Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoSelector

type Rep VideoSelector Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoSelector

type Rep VideoSelector = D1 ('MetaData "VideoSelector" "Amazonka.MediaLive.Types.VideoSelector" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "VideoSelector'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "selectorSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VideoSelectorSettings)) :*: S1 ('MetaSel ('Just "colorSpaceUsage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VideoSelectorColorSpaceUsage))) :*: (S1 ('MetaSel ('Just "colorSpaceSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VideoSelectorColorSpaceSettings)) :*: S1 ('MetaSel ('Just "colorSpace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VideoSelectorColorSpace)))))

newVideoSelector :: VideoSelector Source #

Create a value of VideoSelector 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:selectorSettings:VideoSelector', videoSelector_selectorSettings - The video selector settings.

$sel:colorSpaceUsage:VideoSelector', videoSelector_colorSpaceUsage - Applies only if colorSpace is a value other than follow. This field controls how the value in the colorSpace field will be used. fallback means that when the input does include color space data, that data will be used, but when the input has no color space data, the value in colorSpace will be used. Choose fallback if your input is sometimes missing color space data, but when it does have color space data, that data is correct. force means to always use the value in colorSpace. Choose force if your input usually has no color space data or might have unreliable color space data.

$sel:colorSpaceSettings:VideoSelector', videoSelector_colorSpaceSettings - Color space settings

$sel:colorSpace:VideoSelector', videoSelector_colorSpace - Specifies the color space of an input. This setting works in tandem with colorSpaceUsage and a video description's colorSpaceSettingsChoice to determine if any conversion will be performed.

videoSelector_colorSpaceUsage :: Lens' VideoSelector (Maybe VideoSelectorColorSpaceUsage) Source #

Applies only if colorSpace is a value other than follow. This field controls how the value in the colorSpace field will be used. fallback means that when the input does include color space data, that data will be used, but when the input has no color space data, the value in colorSpace will be used. Choose fallback if your input is sometimes missing color space data, but when it does have color space data, that data is correct. force means to always use the value in colorSpace. Choose force if your input usually has no color space data or might have unreliable color space data.

videoSelector_colorSpace :: Lens' VideoSelector (Maybe VideoSelectorColorSpace) Source #

Specifies the color space of an input. This setting works in tandem with colorSpaceUsage and a video description's colorSpaceSettingsChoice to determine if any conversion will be performed.