Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data DvbSdtSettings = DvbSdtSettings' {}
- newDvbSdtSettings :: DvbSdtSettings
- dvbSdtSettings_outputSdt :: Lens' DvbSdtSettings (Maybe DvbSdtOutputSdt)
- dvbSdtSettings_repInterval :: Lens' DvbSdtSettings (Maybe Natural)
- dvbSdtSettings_serviceName :: Lens' DvbSdtSettings (Maybe Text)
- dvbSdtSettings_serviceProviderName :: Lens' DvbSdtSettings (Maybe Text)
Documentation
data DvbSdtSettings Source #
DVB Service Description Table (SDT)
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: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.