VideoSource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET