HttpExtension Class

Definition

HTTP extension processor allows pipeline extension plugins to be connected to the pipeline through over the HTTP protocol. Extension plugins must act as an HTTP server. Please see https://aka.ms/ava-extension-http for details.

public class HttpExtension : Azure.Media.VideoAnalyzer.Edge.Models.ExtensionProcessorBase
type HttpExtension = class
    inherit ExtensionProcessorBase
Public Class HttpExtension
Inherits ExtensionProcessorBase
Inheritance

Constructors

HttpExtension(String, IEnumerable<NodeInput>, EndpointBase, ImageProperties)

Initializes a new instance of HttpExtension.

Properties

Endpoint

Endpoint details of the pipeline extension plugin.

(Inherited from ExtensionProcessorBase)
Image

Image transformations and formatting options to be applied to the video frame(s) prior submission to the pipeline extension plugin.

(Inherited from ExtensionProcessorBase)
Inputs

An array of upstream node references within the topology to be used as inputs for this node.

(Inherited from ProcessorNodeBase)
Name

Node name. Must be unique within the topology.

(Inherited from ProcessorNodeBase)
SamplingOptions

Media sampling parameters that define how often media is submitted to the extension plugin.

(Inherited from ExtensionProcessorBase)

Applies to