OutputFile 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
OutputFile() |
Initializes a new instance of the OutputFile class. |
OutputFile(IList<String>) |
Initializes a new instance of the OutputFile class. |
OutputFile()
Initializes a new instance of the OutputFile class.
public OutputFile ();
Public Sub New ()
Applies to
OutputFile(IList<String>)
Initializes a new instance of the OutputFile class.
public OutputFile (System.Collections.Generic.IList<string> labels);
new Microsoft.Azure.Management.Media.Models.OutputFile : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Media.Models.OutputFile
Public Sub New (labels As IList(Of String))
Parameters
The list of labels that describe how the encoder should multiplex video and audio into an output file. For example, if the encoder is producing two video layers with labels v1 and v2, and one audio layer with label a1, then an array like '[v1, a1]' tells the encoder to produce an output file with the video track represented by v1 and the audio track represented by a1.