FlowVideoMonitoringSettingArgs

data class FlowVideoMonitoringSettingArgs(val blackFrames: Output<FlowBlackFramesArgs>? = null, val frozenFrames: Output<FlowFrozenFramesArgs>? = null) : ConvertibleToJava<FlowVideoMonitoringSettingArgs>

Specifies the configuration for video stream metrics monitoring.

Constructors

Link copied to clipboard
constructor(blackFrames: Output<FlowBlackFramesArgs>? = null, frozenFrames: Output<FlowFrozenFramesArgs>? = null)

Properties

Link copied to clipboard
val blackFrames: Output<FlowBlackFramesArgs>? = null

Detects video frames that are black.

Link copied to clipboard
val frozenFrames: Output<FlowFrozenFramesArgs>? = null

Detects video frames that have not changed.

Functions

Link copied to clipboard
open override fun toJava(): FlowVideoMonitoringSettingArgs