JobInputClip.InputDefinitions Property
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.
Gets or sets defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
[Newtonsoft.Json.JsonProperty(PropertyName="inputDefinitions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.InputDefinition> InputDefinitions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="inputDefinitions")>]
member this.InputDefinitions : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.InputDefinition> with get, set
Public Property InputDefinitions As IList(Of InputDefinition)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute