FromEachInputFile Constructors
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.
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.