EncoderProcessor Constructors

Definition

Overloads

EncoderProcessor()

Initializes a new instance of the EncoderProcessor class.

EncoderProcessor(String, IList<NodeInput>, EncoderPresetBase)

Initializes a new instance of the EncoderProcessor class.

EncoderProcessor()

Initializes a new instance of the EncoderProcessor class.

public EncoderProcessor ();
Public Sub New ()

Applies to

EncoderProcessor(String, IList<NodeInput>, EncoderPresetBase)

Initializes a new instance of the EncoderProcessor class.

public EncoderProcessor (string name, System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.NodeInput> inputs, Microsoft.Azure.Management.VideoAnalyzer.Models.EncoderPresetBase preset);
new Microsoft.Azure.Management.VideoAnalyzer.Models.EncoderProcessor : string * System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.NodeInput> * Microsoft.Azure.Management.VideoAnalyzer.Models.EncoderPresetBase -> Microsoft.Azure.Management.VideoAnalyzer.Models.EncoderProcessor
Public Sub New (name As String, inputs As IList(Of NodeInput), preset As EncoderPresetBase)

Parameters

name
String

Node name. Must be unique within the topology.

inputs
IList<NodeInput>

An array of upstream node references within the topology to be used as inputs for this node.

preset
EncoderPresetBase

The encoder preset, which defines the recipe or instructions on how the input content should be processed.

Applies to