InputFile 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
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET