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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET