MediaGraphHttpExtension 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.
A processor that allows the media graph to send video frames (mostly at low frame rates e.g. <5 fps) to an external inference container over an HTTP-based RESTful API. Inference results are relayed to downstream nodes.
public class MediaGraphHttpExtension : Azure.Media.Analytics.Edge.Models.MediaGraphExtensionProcessorBase
type MediaGraphHttpExtension = class
inherit MediaGraphExtensionProcessorBase
Public Class MediaGraphHttpExtension
Inherits MediaGraphExtensionProcessorBase
- Inheritance
Constructors
MediaGraphHttpExtension(String, IEnumerable<MediaGraphNodeInput>, MediaGraphEndpoint, MediaGraphImage) |
Initializes a new instance of MediaGraphHttpExtension. |
Properties
Endpoint |
Endpoint to which this processor should connect. (Inherited from MediaGraphExtensionProcessorBase) |
Image |
Describes the parameters of the image that is sent as input to the endpoint. (Inherited from MediaGraphExtensionProcessorBase) |
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. (Inherited from MediaGraphExtensionProcessorBase) |
Applies to
Azure SDK for .NET