public static interface DvbSdtSettings.Builder extends SdkPojo, CopyableBuilder<DvbSdtSettings.Builder,DvbSdtSettings>
| Modifier and Type | Method and Description |
|---|---|
DvbSdtSettings.Builder |
outputSdt(OutputSdt 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 |
sdtInterval(Integer sdtInterval)
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 service_descriptor in the Service Description Table.
|
DvbSdtSettings.Builder |
serviceProviderName(String serviceProviderName)
The service provider name placed in the service_descriptor in the Service Description Table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDvbSdtSettings.Builder outputSdt(String outputSdt)
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.OutputSdt,
OutputSdtDvbSdtSettings.Builder outputSdt(OutputSdt outputSdt)
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.OutputSdt,
OutputSdtDvbSdtSettings.Builder sdtInterval(Integer sdtInterval)
sdtInterval - 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 service_descriptor in the Service Description Table. Maximum length is
256 characters.DvbSdtSettings.Builder serviceProviderName(String serviceProviderName)
serviceProviderName - The service provider name placed in the service_descriptor in the Service Description Table. Maximum
length is 256 characters.Copyright © 2023. All rights reserved.