Interface LocalSizeConfig.Builder

  • Method Details

    • maxLocalMediaSizeInMB

      LocalSizeConfig.Builder maxLocalMediaSizeInMB(Integer maxLocalMediaSizeInMB)

      The overall maximum size of the media that you want to store for a stream on the Edge Agent.

      Parameters:
      maxLocalMediaSizeInMB - The overall maximum size of the media that you want to store for a stream on the Edge Agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • strategyOnFullSize

      LocalSizeConfig.Builder strategyOnFullSize(String strategyOnFullSize)

      The strategy to perform when a stream’s MaxLocalMediaSizeInMB limit is reached.

      Parameters:
      strategyOnFullSize - The strategy to perform when a stream’s MaxLocalMediaSizeInMB limit is reached.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • strategyOnFullSize

      LocalSizeConfig.Builder strategyOnFullSize(StrategyOnFullSize strategyOnFullSize)

      The strategy to perform when a stream’s MaxLocalMediaSizeInMB limit is reached.

      Parameters:
      strategyOnFullSize - The strategy to perform when a stream’s MaxLocalMediaSizeInMB limit is reached.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: