Video Source Args
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>)