MediaGraphExtensionProcessorBase Class

Definition

Processor that allows for extensions outside of the Live Video Analytics Edge module to be integrated into the graph. It is the base class for various different kinds of extension processor types.

public class MediaGraphExtensionProcessorBase : Azure.Media.Analytics.Edge.Models.MediaGraphProcessor
type MediaGraphExtensionProcessorBase = class
    inherit MediaGraphProcessor
Public Class MediaGraphExtensionProcessorBase
Inherits MediaGraphProcessor
Inheritance
MediaGraphExtensionProcessorBase
Derived

Constructors

MediaGraphExtensionProcessorBase(String, IEnumerable<MediaGraphNodeInput>, MediaGraphEndpoint, MediaGraphImage)

Initializes a new instance of MediaGraphExtensionProcessorBase.

Properties

Endpoint

Endpoint to which this processor should connect.

Image

Describes the parameters of the image that is sent as input to the endpoint.

Inputs

An array of the names of the other nodes in the media graph, the outputs of which are used as input for this processor node.

(Inherited from MediaGraphProcessor)
Name

The name for this processor node.

(Inherited from MediaGraphProcessor)
SamplingOptions

Describes the sampling options to be applied when forwarding samples to the extension.

Applies to