Share via


InputFile Constructors

Definition

Overloads

InputFile()

Initializes a new instance of the InputFile class.

InputFile(IList<TrackDescriptor>, String)

Initializes a new instance of the InputFile class.

InputFile()

Initializes a new instance of the InputFile class.

public InputFile ();
Public Sub New ()

Applies to

InputFile(IList<TrackDescriptor>, String)

Initializes a new instance of the InputFile class.

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

Parameters

includedTracks
IList<TrackDescriptor>

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

filename
String

Name of the file that this input definition applies to.

Applies to