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