Share via


FromEachInputFile Constructors

Definition

Overloads

FromEachInputFile()

Initializes a new instance of the FromEachInputFile class.

FromEachInputFile(IList<TrackDescriptor>)

Initializes a new instance of the FromEachInputFile class.

FromEachInputFile()

Initializes a new instance of the FromEachInputFile class.

public FromEachInputFile ();
Public Sub New ()

Applies to

FromEachInputFile(IList<TrackDescriptor>)

Initializes a new instance of the FromEachInputFile class.

public FromEachInputFile (System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TrackDescriptor> includedTracks = default);
new Microsoft.Azure.Management.Media.Models.FromEachInputFile : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TrackDescriptor> -> Microsoft.Azure.Management.Media.Models.FromEachInputFile
Public Sub New (Optional includedTracks As IList(Of TrackDescriptor) = Nothing)

Parameters

includedTracks
IList<TrackDescriptor>

The list of TrackDescriptors which define the metadata and selection of tracks in the input.

Applies to