public static interface DvbSdtSettings.Builder extends CopyableBuilder<DvbSdtSettings.Builder,DvbSdtSettings>
Modifier and Type | Method and Description |
---|---|
DvbSdtSettings.Builder |
outputSdt(DvbSdtOutputSdt outputSdt)
Selects method of inserting SDT information into output stream.
|
DvbSdtSettings.Builder |
outputSdt(String outputSdt)
Selects method of inserting SDT information into output stream.
|
DvbSdtSettings.Builder |
repInterval(Integer repInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
DvbSdtSettings.Builder |
serviceName(String serviceName)
The service name placed in the serviceDescriptor in the Service Description Table.
|
DvbSdtSettings.Builder |
serviceProviderName(String serviceProviderName)
The service provider name placed in the serviceDescriptor in the Service Description Table.
|
copy
applyMutation, build
DvbSdtSettings.Builder outputSdt(String outputSdt)
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.DvbSdtOutputSdt
,
DvbSdtOutputSdt
DvbSdtSettings.Builder outputSdt(DvbSdtOutputSdt outputSdt)
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.DvbSdtOutputSdt
,
DvbSdtOutputSdt
DvbSdtSettings.Builder repInterval(Integer repInterval)
repInterval
- The number of milliseconds between instances of this table in the output transport stream.DvbSdtSettings.Builder serviceName(String serviceName)
serviceName
- The service name placed in the serviceDescriptor in the Service Description Table. Maximum length is
256 characters.DvbSdtSettings.Builder serviceProviderName(String serviceProviderName)
serviceProviderName
- The service provider name placed in the serviceDescriptor in the Service Description Table. Maximum
length is 256 characters.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.