amazonka-medialive-2.0: Amazon Elemental MediaLive SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

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

  • colorSpaceSettings :: Maybe VideoSelectorColorSpaceSettings

    Color space 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.

  • selectorSettings :: Maybe VideoSelectorSettings

    The video selector settings.

Instances

Instances details
FromJSON VideoSelector Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoSelector

ToJSON 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 #

Read VideoSelector Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoSelector

Show VideoSelector Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoSelector

NFData VideoSelector Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoSelector

Methods

rnf :: VideoSelector -> () #

Eq VideoSelector Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoSelector

Hashable 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" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "VideoSelector'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "colorSpace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VideoSelectorColorSpace)) :*: S1 ('MetaSel ('Just "colorSpaceSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VideoSelectorColorSpaceSettings))) :*: (S1 ('MetaSel ('Just "colorSpaceUsage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VideoSelectorColorSpaceUsage)) :*: S1 ('MetaSel ('Just "selectorSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VideoSelectorSettings)))))

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

$sel:colorSpaceSettings:VideoSelector', videoSelector_colorSpaceSettings - Color space 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:selectorSettings:VideoSelector', videoSelector_selectorSettings - The video selector settings.

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.

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.