ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsFecOutputSettings

data class ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsFecOutputSettings(val columnDepth: Int? = null, val includeFec: String? = null, val rowLength: Int? = null)

Constructors

constructor(columnDepth: Int? = null, includeFec: String? = null, rowLength: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val columnDepth: Int? = null

The height of the FEC protection matrix.

Link copied to clipboard
val includeFec: String? = null

Enables column only or column and row based FEC.

Link copied to clipboard
val rowLength: Int? = null

The width of the FEC protection matrix.