MediaGraphProcessor 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
MediaGraphProcessor() | |
MediaGraphProcessor(String, IList<MediaGraphNodeInput>) |
MediaGraphProcessor()
MediaGraphProcessor(String, IList<MediaGraphNodeInput>)
- Source:
- MediaGraphProcessor.cs
public MediaGraphProcessor (string name, System.Collections.Generic.IList<Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphNodeInput> inputs);
new Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphProcessor : string * System.Collections.Generic.IList<Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphNodeInput> -> Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphProcessor
Public Sub New (name As String, inputs As IList(Of MediaGraphNodeInput))
Parameters
- name
- String
- inputs
- IList<MediaGraphNodeInput>
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