FromEachInputFile Class
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.
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
- 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) |