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

Description

 
Synopsis

Documentation

data DvbSdtSettings Source #

DVB Service Description Table (SDT)

See: newDvbSdtSettings smart constructor.

Constructors

DvbSdtSettings' 

Fields

  • outputSdt :: Maybe DvbSdtOutputSdt

    Selects method of inserting SDT information into output stream. The sdtFollow setting copies SDT information from input stream to output stream. The sdtFollowIfPresent setting copies SDT information from input stream to output stream if SDT information is present in the input, otherwise it will fall back on the user-defined values. The sdtManual setting means user will enter the SDT information. The sdtNone setting means output stream will not contain SDT information.

  • repInterval :: Maybe Natural

    The number of milliseconds between instances of this table in the output transport stream.

  • serviceName :: Maybe Text

    The service name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.

  • serviceProviderName :: Maybe Text

    The service provider name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.

Instances

Instances details
FromJSON DvbSdtSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbSdtSettings

ToJSON DvbSdtSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbSdtSettings

Generic DvbSdtSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbSdtSettings

Associated Types

type Rep DvbSdtSettings :: Type -> Type #

Read DvbSdtSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbSdtSettings

Show DvbSdtSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbSdtSettings

NFData DvbSdtSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbSdtSettings

Methods

rnf :: DvbSdtSettings -> () #

Eq DvbSdtSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbSdtSettings

Hashable DvbSdtSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbSdtSettings

type Rep DvbSdtSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbSdtSettings

type Rep DvbSdtSettings = D1 ('MetaData "DvbSdtSettings" "Amazonka.MediaLive.Types.DvbSdtSettings" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "DvbSdtSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "outputSdt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DvbSdtOutputSdt)) :*: S1 ('MetaSel ('Just "repInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceProviderName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDvbSdtSettings :: DvbSdtSettings Source #

Create a value of DvbSdtSettings 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:outputSdt:DvbSdtSettings', dvbSdtSettings_outputSdt - Selects method of inserting SDT information into output stream. The sdtFollow setting copies SDT information from input stream to output stream. The sdtFollowIfPresent setting copies SDT information from input stream to output stream if SDT information is present in the input, otherwise it will fall back on the user-defined values. The sdtManual setting means user will enter the SDT information. The sdtNone setting means output stream will not contain SDT information.

$sel:repInterval:DvbSdtSettings', dvbSdtSettings_repInterval - The number of milliseconds between instances of this table in the output transport stream.

$sel:serviceName:DvbSdtSettings', dvbSdtSettings_serviceName - The service name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.

$sel:serviceProviderName:DvbSdtSettings', dvbSdtSettings_serviceProviderName - The service provider name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.

dvbSdtSettings_outputSdt :: Lens' DvbSdtSettings (Maybe DvbSdtOutputSdt) Source #

Selects method of inserting SDT information into output stream. The sdtFollow setting copies SDT information from input stream to output stream. The sdtFollowIfPresent setting copies SDT information from input stream to output stream if SDT information is present in the input, otherwise it will fall back on the user-defined values. The sdtManual setting means user will enter the SDT information. The sdtNone setting means output stream will not contain SDT information.

dvbSdtSettings_repInterval :: Lens' DvbSdtSettings (Maybe Natural) Source #

The number of milliseconds between instances of this table in the output transport stream.

dvbSdtSettings_serviceName :: Lens' DvbSdtSettings (Maybe Text) Source #

The service name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.

dvbSdtSettings_serviceProviderName :: Lens' DvbSdtSettings (Maybe Text) Source #

The service provider name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.