Class H264VideoProfile
java.lang.Object
com.azure.core.util.ExpandableStringEnum<H264VideoProfile>
com.azure.resourcemanager.mediaservices.models.H264VideoProfile
public final class H264VideoProfile
extends com.azure.core.util.ExpandableStringEnum<H264VideoProfile>
We currently support Baseline, Main, High, High422, High444. Default is Auto.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final H264VideoProfile
Static value Auto for H264VideoProfile.static final H264VideoProfile
Static value Baseline for H264VideoProfile.static final H264VideoProfile
Static value High for H264VideoProfile.static final H264VideoProfile
Static value High422 for H264VideoProfile.static final H264VideoProfile
Static value High444 for H264VideoProfile.static final H264VideoProfile
Static value Main for H264VideoProfile. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic H264VideoProfile
fromString
(String name) Creates or finds a H264VideoProfile from its string representation.static Collection<H264VideoProfile>
values()
Gets known H264VideoProfile values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AUTO
Static value Auto for H264VideoProfile. -
BASELINE
Static value Baseline for H264VideoProfile. -
MAIN
Static value Main for H264VideoProfile. -
HIGH
Static value High for H264VideoProfile. -
HIGH422
Static value High422 for H264VideoProfile. -
HIGH444
Static value High444 for H264VideoProfile.
-
-
Constructor Details
-
H264VideoProfile
Deprecated.Use thefromString(String)
factory method.Creates a new instance of H264VideoProfile value.
-
-
Method Details
-
fromString
Creates or finds a H264VideoProfile from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding H264VideoProfile.
-
values
Gets known H264VideoProfile values.- Returns:
- known H264VideoProfile values.
-
fromString(String)
factory method.