VideoEnableDecoderMosaic

class VideoEnableDecoderMosaic(value: Boolean) : AdvancedSetting<Boolean>

Enable or disable the video mosaic for error-concealment when data loss in network. The default is enable.

Since

2.6.0

Constructors

Link copied to clipboard
fun VideoEnableDecoderMosaic(value: Boolean)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun getDefaultValue(): Boolean

Returns the default value of this setting item.

Link copied to clipboard
open fun getValue(): Boolean

Returns the value of this setting item.

Link copied to clipboard
open override fun toString(): String