Flow Video Monitoring Setting Args
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)