Share via


VideoSource Class

Definition

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

[Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.VideoSource")]
public class VideoSource : Microsoft.Azure.Management.VideoAnalyzer.Models.SourceNodeBase
[<Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.VideoSource")>]
type VideoSource = class
    inherit SourceNodeBase
Public Class VideoSource
Inherits SourceNodeBase
Inheritance
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

VideoSource()

Initializes a new instance of the VideoSource class.

VideoSource(String, String, TimeSequenceBase)

Initializes a new instance of the VideoSource class.

Properties

Name

Gets or sets node name. Must be unique within the topology.

(Inherited from NodeBase)
TimeSequences

Gets or sets describes a sequence of datetime ranges. The video source only picks up recorded media within these ranges.

VideoName

Gets or sets name of the Video Analyzer video resource to be used as the source.

Methods

Validate()

Validate the object.

Applies to