MediaGraphMotionDetectionProcessor 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
MediaGraphMotionDetectionProcessor() | |
MediaGraphMotionDetectionProcessor(String, IList<MediaGraphNodeInput>, String, Nullable<Boolean>) |
MediaGraphMotionDetectionProcessor()
public MediaGraphMotionDetectionProcessor ();
Public Sub New ()
Applies to
MediaGraphMotionDetectionProcessor(String, IList<MediaGraphNodeInput>, String, Nullable<Boolean>)
public MediaGraphMotionDetectionProcessor (string name, System.Collections.Generic.IList<Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphNodeInput> inputs, string sensitivity = default, bool? outputMotionRegion = default);
new Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphMotionDetectionProcessor : string * System.Collections.Generic.IList<Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphNodeInput> * string * Nullable<bool> -> Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphMotionDetectionProcessor
Public Sub New (name As String, inputs As IList(Of MediaGraphNodeInput), Optional sensitivity As String = Nothing, Optional outputMotionRegion As Nullable(Of Boolean) = Nothing)
Parameters
- name
- String
- inputs
- IList<MediaGraphNodeInput>
- sensitivity
- String