Interface SdiSourceMappingUpdateRequest.Builder

  • Method Details

    • cardNumber

      A number that uniquely identifies the SDI card on the node hardware. For information about how physical cards are identified on your node hardware, see the documentation for your node hardware. The numbering always starts at 1.
      Parameters:
      cardNumber - A number that uniquely identifies the SDI card on the node hardware. For information about how physical cards are identified on your node hardware, see the documentation for your node hardware. The numbering always starts at 1.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelNumber

      SdiSourceMappingUpdateRequest.Builder channelNumber(Integer channelNumber)
      A number that uniquely identifies a port on the card. This must be an SDI port (not a timecode port, for example). For information about how ports are identified on physical cards, see the documentation for your node hardware.
      Parameters:
      channelNumber - A number that uniquely identifies a port on the card. This must be an SDI port (not a timecode port, for example). For information about how ports are identified on physical cards, see the documentation for your node hardware.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sdiSource

      The ID of a SDI source streaming on the given SDI capture card port.
      Parameters:
      sdiSource - The ID of a SDI source streaming on the given SDI capture card port.
      Returns:
      Returns a reference to this object so that method calls can be chained together.