FromAllInputFile Class

Definition

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
FromAllInputFile
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