MultiviewLayoutType

sealed class MultiviewLayoutType

A tile layout for a multiview channel. Each layout determines how many source tiles are composited into the output and how those tiles are arranged.

The allowed values are:

  • LAYOUT_SINGLE – One tile at full resolution. Use this to serve a single source as a standard stream.

  • LAYOUT_2EH – Two tiles of equal size, arranged horizontally.

  • LAYOUT_2PL – Two tiles, with one larger primary tile.

  • LAYOUT_3EB – Three tiles of equal size, with two on top and one below.

  • LAYOUT_3EL – Three tiles of equal size, arranged in two columns.

  • LAYOUT_3PL – Three tiles, with one larger primary tile on the left and two stacked on the right.

  • LAYOUT_4E – Four tiles of equal size, arranged in a two-by-two grid.

  • LAYOUT_4PL – Four tiles, with one larger primary tile on the left and three stacked on the right.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : MultiviewLayoutType

Properties

Link copied to clipboard
abstract val value: String