Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DvbSdtSettings = DvbSdtSettings' {}
- newDvbSdtSettings :: DvbSdtSettings
- dvbSdtSettings_sdtInterval :: Lens' DvbSdtSettings (Maybe Natural)
- dvbSdtSettings_serviceProviderName :: Lens' DvbSdtSettings (Maybe Text)
- dvbSdtSettings_outputSdt :: Lens' DvbSdtSettings (Maybe OutputSdt)
- dvbSdtSettings_serviceName :: Lens' DvbSdtSettings (Maybe Text)
Documentation
data DvbSdtSettings Source #
Use these settings to insert a DVB Service Description Table (SDT) in the transport stream of this output. When you work directly in your JSON job specification, include this object only when your job has a transport stream output and the container settings contain the object M2tsSettings.
See: newDvbSdtSettings
smart constructor.
DvbSdtSettings' | |
|
Instances
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:sdtInterval:DvbSdtSettings'
, dvbSdtSettings_sdtInterval
- 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 service_descriptor in the
Service Description Table. Maximum length is 256 characters.
$sel:outputSdt:DvbSdtSettings'
, dvbSdtSettings_outputSdt
- Selects method of inserting SDT information into output stream. "Follow
input SDT" copies SDT information from input stream to output stream.
"Follow input SDT if present" 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. Enter "SDT Manually"
means user will enter the SDT information. "No SDT" means output
stream will not contain SDT information.
$sel:serviceName:DvbSdtSettings'
, dvbSdtSettings_serviceName
- The service name placed in the service_descriptor in the Service
Description Table. Maximum length is 256 characters.
dvbSdtSettings_sdtInterval :: 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 service_descriptor in the Service Description Table. Maximum length is 256 characters.
dvbSdtSettings_outputSdt :: Lens' DvbSdtSettings (Maybe OutputSdt) Source #
Selects method of inserting SDT information into output stream. "Follow input SDT" copies SDT information from input stream to output stream. "Follow input SDT if present" 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. Enter "SDT Manually" means user will enter the SDT information. "No SDT" means output stream will not contain SDT information.
dvbSdtSettings_serviceName :: Lens' DvbSdtSettings (Maybe Text) Source #
The service name placed in the service_descriptor in the Service Description Table. Maximum length is 256 characters.