Class Codec
java.lang.Object
com.azure.resourcemanager.mediaservices.models.Codec
Describes the basic properties of all codecs.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Codec
public Codec()Creates an instance of Codec class.
-
-
Method Details
-
label
Get the label property: An optional label for the codec. The label can be used to control muxing behavior.- Returns:
- the label value.
-
withLabel
Set the label property: An optional label for the codec. The label can be used to control muxing behavior.- Parameters:
label
- the label value to set.- Returns:
- the Codec object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-