Class H264RateControlMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<H264RateControlMode>
com.azure.resourcemanager.mediaservices.models.H264RateControlMode
public final class H264RateControlMode
extends com.azure.core.util.ExpandableStringEnum<H264RateControlMode>
The video rate control mode.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final H264RateControlMode
Static value ABR for H264RateControlMode.static final H264RateControlMode
Static value CBR for H264RateControlMode.static final H264RateControlMode
Static value CRF for H264RateControlMode. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic H264RateControlMode
fromString
(String name) Creates or finds a H264RateControlMode from its string representation.static Collection<H264RateControlMode>
values()
Gets known H264RateControlMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ABR
Static value ABR for H264RateControlMode. -
CBR
Static value CBR for H264RateControlMode. -
CRF
Static value CRF for H264RateControlMode.
-
-
Constructor Details
-
H264RateControlMode
Deprecated.Use thefromString(String)
factory method.Creates a new instance of H264RateControlMode value.
-
-
Method Details
-
fromString
Creates or finds a H264RateControlMode from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding H264RateControlMode.
-
values
Gets known H264RateControlMode values.- Returns:
- known H264RateControlMode values.
-
fromString(String)
factory method.