FromAllInputFile 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 across all of the files provided to select tracks specified by the IncludedTracks property. Generally used with the AudioTrackByAttribute and VideoTrackByAttribute to allow selection of a single track across a set of input files.
[Newtonsoft.Json.JsonObject("#Microsoft.Media.FromAllInputFile")]
public class FromAllInputFile : Microsoft.Azure.Management.Media.Models.InputDefinition
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.FromAllInputFile")>]
type FromAllInputFile = class
inherit InputDefinition
Public Class FromAllInputFile
Inherits InputDefinition
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
FromAllInputFile() |
Initializes a new instance of the FromAllInputFile class. |
FromAllInputFile(IList<TrackDescriptor>) |
Initializes a new instance of the FromAllInputFile 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
Azure SDK for .NET