Class FirstQuality
java.lang.Object
com.azure.resourcemanager.mediaservices.models.FirstQuality
Filter First Quality.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
bitrate()
Get the bitrate property: The first quality bitrate.void
validate()
Validates the instance.withBitrate
(int bitrate) Set the bitrate property: The first quality bitrate.
-
Constructor Details
-
FirstQuality
public FirstQuality()Creates an instance of FirstQuality class.
-
-
Method Details
-
bitrate
public int bitrate()Get the bitrate property: The first quality bitrate.- Returns:
- the bitrate value.
-
withBitrate
Set the bitrate property: The first quality bitrate.- Parameters:
bitrate
- the bitrate value to set.- Returns:
- the FirstQuality object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-