NodeBase interface
Base class for nodes.
Properties
name | Node name. Must be unique within the topology. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
name
Node name. Must be unique within the topology.
name: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "#Microsoft.VideoAnalyzer.SourceNodeBase" | "#Microsoft.VideoAnalyzer.ProcessorNodeBase" | "#Microsoft.VideoAnalyzer.SinkNodeBase" | "#Microsoft.VideoAnalyzer.RtspSource" | "#Microsoft.VideoAnalyzer.VideoSource" | "#Microsoft.VideoAnalyzer.EncoderProcessor" | "#Microsoft.VideoAnalyzer.VideoSink"
Property Value
"#Microsoft.VideoAnalyzer.SourceNodeBase" | "#Microsoft.VideoAnalyzer.ProcessorNodeBase" | "#Microsoft.VideoAnalyzer.SinkNodeBase" | "#Microsoft.VideoAnalyzer.RtspSource" | "#Microsoft.VideoAnalyzer.VideoSource" | "#Microsoft.VideoAnalyzer.EncoderProcessor" | "#Microsoft.VideoAnalyzer.VideoSink"