Codec 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
Codec() |
Initializes a new instance of the Codec class. |
Codec(String) |
Initializes a new instance of the Codec class. |
Codec()
Initializes a new instance of the Codec class.
public Codec ();
Public Sub New ()
Applies to
Codec(String)
Initializes a new instance of the Codec class.
public Codec (string label = default);
new Microsoft.Azure.Management.Media.Models.Codec : string -> Microsoft.Azure.Management.Media.Models.Codec
Public Sub New (Optional label As String = Nothing)
Parameters
- label
- String
An optional label for the codec. The label can be used to control muxing behavior.