MediaJobInputClip.InputDefinitions Property

Definition

Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata. Please note MediaJobInputDefinition is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include FromAllInputFile, FromEachInputFile and MediaJobInputFile.

public System.Collections.Generic.IList<Azure.ResourceManager.Media.Models.MediaJobInputDefinition> InputDefinitions { get; }
member this.InputDefinitions : System.Collections.Generic.IList<Azure.ResourceManager.Media.Models.MediaJobInputDefinition>
Public ReadOnly Property InputDefinitions As IList(Of MediaJobInputDefinition)

Property Value

Applies to