Interface DvbNitSettings.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DvbNitSettings.Builder,DvbNitSettings>, SdkBuilder<DvbNitSettings.Builder,DvbNitSettings>, SdkPojo
Enclosing class:
DvbNitSettings

public static interface DvbNitSettings.Builder extends SdkPojo, CopyableBuilder<DvbNitSettings.Builder,DvbNitSettings>
  • Method Details

    • networkId

      DvbNitSettings.Builder networkId(Integer networkId)
      The numeric value placed in the Network Information Table (NIT).
      Parameters:
      networkId - The numeric value placed in the Network Information Table (NIT).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkName

      DvbNitSettings.Builder networkName(String networkName)
      The network name text placed in the networkNameDescriptor inside the Network Information Table. Maximum length is 256 characters.
      Parameters:
      networkName - The network name text placed in the networkNameDescriptor inside the Network Information Table. Maximum length is 256 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • repInterval

      DvbNitSettings.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.