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

Description

 
Synopsis

Documentation

data DvbSdtSettings Source #

DVB Service Description Table (SDT)

See: newDvbSdtSettings smart constructor.

Constructors

DvbSdtSettings' 

Fields

  • repInterval :: Maybe Natural

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

  • serviceProviderName :: Maybe Text

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

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

  • serviceName :: Maybe Text

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

Instances

Instances details
Eq DvbSdtSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbSdtSettings

Read DvbSdtSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbSdtSettings

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

NFData DvbSdtSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbSdtSettings

Methods

rnf :: DvbSdtSettings -> () #

Hashable DvbSdtSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbSdtSettings

ToJSON DvbSdtSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbSdtSettings

FromJSON 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" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "DvbSdtSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "repInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "serviceProviderName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "outputSdt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DvbSdtOutputSdt)) :*: S1 ('MetaSel ('Just "serviceName") '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:repInterval:DvbSdtSettings', dvbSdtSettings_repInterval - The number of milliseconds between instances of this table in the output transport stream.

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

$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:serviceName:DvbSdtSettings', dvbSdtSettings_serviceName - The service name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.

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

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

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.

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_serviceName :: Lens' DvbSdtSettings (Maybe Text) Source #

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