LayerData

data class LayerData

The LayerData class provides a structured representation of data related to Simulcast or Scalable Video Coding (SVC) layers within a video stream.

Properties

Link copied to clipboard
val bitrate: Int = 0

The bitrate of the current layer, which is useful for bandwidth consumption calculations.

Link copied to clipboard

The unique identifier associated with encoding.

Link copied to clipboard
val maxSpatialLayerId: Int? = null

The maximum spatial layer identifier.

Link copied to clipboard
val maxTemporalLayerId: Int? = null

The maximum temporal layer identifier.

Link copied to clipboard

The known resolution for the layer.

Link copied to clipboard
val spatialLayerId: Int? = null

The identifier of the current spatial layer.

Link copied to clipboard
val temporalLayerId: Int? = null

The identifier of the current temporal layer.