Interface VerticalLayoutConfiguration.Builder

    • Method Detail

      • tileOrder

        VerticalLayoutConfiguration.Builder tileOrder​(String tileOrder)

        Sets the automatic ordering of the video tiles.

        Parameters:
        tileOrder - Sets the automatic ordering of the video tiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TileOrder, TileOrder
      • tileOrder

        VerticalLayoutConfiguration.Builder tileOrder​(TileOrder tileOrder)

        Sets the automatic ordering of the video tiles.

        Parameters:
        tileOrder - Sets the automatic ordering of the video tiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TileOrder, TileOrder
      • tileCount

        VerticalLayoutConfiguration.Builder tileCount​(Integer tileCount)

        The maximum number of tiles to display.

        Parameters:
        tileCount - The maximum number of tiles to display.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tileAspectRatio

        VerticalLayoutConfiguration.Builder tileAspectRatio​(String tileAspectRatio)

        Sets the aspect ratio of the video tiles, such as 16:9.

        Parameters:
        tileAspectRatio - Sets the aspect ratio of the video tiles, such as 16:9.
        Returns:
        Returns a reference to this object so that method calls can be chained together.