FromEachInputFile Class

Definition

An InputDefinition that looks at each input file provided to select tracks specified by the IncludedTracks property. Generally used with the AudioTrackByAttribute and VideoTrackByAttribute to select tracks from each file given.

[Newtonsoft.Json.JsonObject("#Microsoft.Media.FromEachInputFile")]
public class FromEachInputFile : Microsoft.Azure.Management.Media.Models.InputDefinition
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.FromEachInputFile")>]
type FromEachInputFile = class
    inherit InputDefinition
Public Class FromEachInputFile
Inherits InputDefinition
Inheritance
FromEachInputFile
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

FromEachInputFile()

Initializes a new instance of the FromEachInputFile class.

FromEachInputFile(IList<TrackDescriptor>)

Initializes a new instance of the FromEachInputFile class.

Properties

IncludedTracks

Gets or sets the list of TrackDescriptors which define the metadata and selection of tracks in the input.

(Inherited from InputDefinition)

Applies to