FlowVideoMonitoringSetting

data class FlowVideoMonitoringSetting(val blackFrames: FlowBlackFrames? = null, val frozenFrames: FlowFrozenFrames? = null)

Specifies the configuration for video stream metrics monitoring.

Constructors

Link copied to clipboard
constructor(blackFrames: FlowBlackFrames? = null, frozenFrames: FlowFrozenFrames? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Detects video frames that are black.

Link copied to clipboard

Detects video frames that have not changed.