VideoSourceArgs

data class VideoSourceArgs(val name: Output<String>, val timeSequences: Output<VideoSequenceAbsoluteTimeMarkersArgs>, val type: Output<String>, val videoName: Output<String>) : ConvertibleToJava<VideoSourceArgs>

Video source allows for content from a Video Analyzer video resource to be ingested into a pipeline. Currently supported only with batch pipelines.

Constructors

Link copied to clipboard
constructor(name: Output<String>, timeSequences: Output<VideoSequenceAbsoluteTimeMarkersArgs>, type: Output<String>, videoName: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

Node name. Must be unique within the topology.

Link copied to clipboard

Describes a sequence of datetime ranges. The video source only picks up recorded media within these ranges.

Link copied to clipboard
val type: Output<String>

The discriminator for derived types. Expected value is '#Microsoft.VideoAnalyzer.VideoSource'.

Link copied to clipboard
val videoName: Output<String>

Name of the Video Analyzer video resource to be used as the source.

Functions

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