你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ExtensionProcessorBase Constructor
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.
Initializes a new instance of ExtensionProcessorBase.
public ExtensionProcessorBase (string name, System.Collections.Generic.IEnumerable<Azure.Media.VideoAnalyzer.Edge.Models.NodeInput> inputs, Azure.Media.VideoAnalyzer.Edge.Models.EndpointBase endpoint, Azure.Media.VideoAnalyzer.Edge.Models.ImageProperties image);
new Azure.Media.VideoAnalyzer.Edge.Models.ExtensionProcessorBase : string * seq<Azure.Media.VideoAnalyzer.Edge.Models.NodeInput> * Azure.Media.VideoAnalyzer.Edge.Models.EndpointBase * Azure.Media.VideoAnalyzer.Edge.Models.ImageProperties -> Azure.Media.VideoAnalyzer.Edge.Models.ExtensionProcessorBase
Public Sub New (name As String, inputs As IEnumerable(Of NodeInput), endpoint As EndpointBase, image As ImageProperties)
Parameters
- name
- String
Node name. Must be unique within the topology.
- inputs
- IEnumerable<NodeInput>
An array of upstream node references within the topology to be used as inputs for this node.
- endpoint
- EndpointBase
Endpoint details of the pipeline extension plugin.
- image
- ImageProperties
Image transformations and formatting options to be applied to the video frame(s) prior submission to the pipeline extension plugin.
Exceptions
name
, inputs
, endpoint
or image
is null.