VideoSource Constructors

Definition

Overloads

VideoSource()

Initializes a new instance of the VideoSource class.

VideoSource(String, String, TimeSequenceBase)

Initializes a new instance of the VideoSource class.

VideoSource()

Initializes a new instance of the VideoSource class.

public VideoSource ();
Public Sub New ()

Applies to

VideoSource(String, String, TimeSequenceBase)

Initializes a new instance of the VideoSource class.

public VideoSource (string name, string videoName, Microsoft.Azure.Management.VideoAnalyzer.Models.TimeSequenceBase timeSequences);
new Microsoft.Azure.Management.VideoAnalyzer.Models.VideoSource : string * string * Microsoft.Azure.Management.VideoAnalyzer.Models.TimeSequenceBase -> Microsoft.Azure.Management.VideoAnalyzer.Models.VideoSource
Public Sub New (name As String, videoName As String, timeSequences As TimeSequenceBase)

Parameters

name
String

Node name. Must be unique within the topology.

videoName
String

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

timeSequences
TimeSequenceBase

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

Applies to