VideoSource type

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

type VideoSource = SourceNodeBase & {
  timeSequences: TimeSequenceBaseUnion
  type: "#Microsoft.VideoAnalyzer.VideoSource"
  videoName: string
}