Interface DvbSdtSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DvbSdtSettings.Builder,DvbSdtSettings>,SdkBuilder<DvbSdtSettings.Builder,DvbSdtSettings>,SdkPojo
- Enclosing class:
- DvbSdtSettings
public static interface DvbSdtSettings.Builder extends SdkPojo, CopyableBuilder<DvbSdtSettings.Builder,DvbSdtSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DvbSdtSettings.BuilderoutputSdt(String outputSdt)Selects method of inserting SDT information into output stream.DvbSdtSettings.BuilderoutputSdt(DvbSdtOutputSdt outputSdt)Selects method of inserting SDT information into output stream.DvbSdtSettings.BuilderrepInterval(Integer repInterval)The number of milliseconds between instances of this table in the output transport stream.DvbSdtSettings.BuilderserviceName(String serviceName)The service name placed in the serviceDescriptor in the Service Description Table.DvbSdtSettings.BuilderserviceProviderName(String serviceProviderName)The service provider name placed in the serviceDescriptor in the Service Description Table.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
outputSdt
DvbSdtSettings.Builder outputSdt(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DvbSdtOutputSdt,DvbSdtOutputSdt
-
outputSdt
DvbSdtSettings.Builder outputSdt(DvbSdtOutputSdt 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DvbSdtOutputSdt,DvbSdtOutputSdt
-
repInterval
DvbSdtSettings.Builder repInterval(Integer repInterval)
The number of milliseconds between instances of this table in the output transport stream.- Parameters:
repInterval- The number of milliseconds between instances of this table in the output transport stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceName
DvbSdtSettings.Builder serviceName(String serviceName)
The service name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.- Parameters:
serviceName- The service name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceProviderName
DvbSdtSettings.Builder serviceProviderName(String serviceProviderName)
The service provider name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.- Parameters:
serviceProviderName- The service provider name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-