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

Description

 
Synopsis

Documentation

data AncillarySourceSettings Source #

Ancillary Source Settings

See: newAncillarySourceSettings smart constructor.

Constructors

AncillarySourceSettings' 

Fields

  • sourceAncillaryChannelNumber :: Maybe Natural

    Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions. If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field.

Instances

Instances details
Eq AncillarySourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AncillarySourceSettings

Read AncillarySourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AncillarySourceSettings

Show AncillarySourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AncillarySourceSettings

Generic AncillarySourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AncillarySourceSettings

Associated Types

type Rep AncillarySourceSettings :: Type -> Type #

NFData AncillarySourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AncillarySourceSettings

Methods

rnf :: AncillarySourceSettings -> () #

Hashable AncillarySourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AncillarySourceSettings

ToJSON AncillarySourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AncillarySourceSettings

FromJSON AncillarySourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AncillarySourceSettings

type Rep AncillarySourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AncillarySourceSettings

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

newAncillarySourceSettings :: AncillarySourceSettings Source #

Create a value of AncillarySourceSettings 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:sourceAncillaryChannelNumber:AncillarySourceSettings', ancillarySourceSettings_sourceAncillaryChannelNumber - Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions. If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field.

ancillarySourceSettings_sourceAncillaryChannelNumber :: Lens' AncillarySourceSettings (Maybe Natural) Source #

Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions. If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field.