Interface DvbNitSettings.Builder

    • Method Detail

      • 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 network_name_descriptor inside the Network Information Table. Maximum length is 256 characters.
        Parameters:
        networkName - The network name text placed in the network_name_descriptor 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.
      • nitInterval

        DvbNitSettings.Builder nitInterval​(Integer nitInterval)
        The number of milliseconds between instances of this table in the output transport stream.
        Parameters:
        nitInterval - 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.