MediaGraphExtensionProcessorBase Constructors
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.
Overloads
MediaGraphExtensionProcessorBase() | |
MediaGraphExtensionProcessorBase(String, IList<MediaGraphNodeInput>, MediaGraphEndpoint, MediaGraphImage) |
MediaGraphExtensionProcessorBase()
public MediaGraphExtensionProcessorBase ();
Public Sub New ()
Applies to
MediaGraphExtensionProcessorBase(String, IList<MediaGraphNodeInput>, MediaGraphEndpoint, MediaGraphImage)
public MediaGraphExtensionProcessorBase (string name, System.Collections.Generic.IList<Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphNodeInput> inputs, Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphEndpoint endpoint = default, Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphImage image = default);
new Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphExtensionProcessorBase : string * System.Collections.Generic.IList<Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphNodeInput> * Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphEndpoint * Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphImage -> Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphExtensionProcessorBase
Public Sub New (name As String, inputs As IList(Of MediaGraphNodeInput), Optional endpoint As MediaGraphEndpoint = Nothing, Optional image As MediaGraphImage = Nothing)
Parameters
- name
- String
- inputs
- IList<MediaGraphNodeInput>
- endpoint
- MediaGraphEndpoint
- image
- MediaGraphImage
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET