MediaGraphExtensionProcessorBase Class
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.
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
- 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
Azure SDK for .NET