Class TrackAttribute
java.lang.Object
com.azure.core.util.ExpandableStringEnum<TrackAttribute>
com.azure.resourcemanager.mediaservices.models.TrackAttribute
The TrackAttribute to filter the tracks by.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TrackAttribute
Static value Bitrate for TrackAttribute.static final TrackAttribute
Static value Language for TrackAttribute. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TrackAttribute
fromString
(String name) Creates or finds a TrackAttribute from its string representation.static Collection<TrackAttribute>
values()
Gets known TrackAttribute values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
BITRATE
Static value Bitrate for TrackAttribute. -
LANGUAGE
Static value Language for TrackAttribute.
-
-
Constructor Details
-
TrackAttribute
Deprecated.Use thefromString(String)
factory method.Creates a new instance of TrackAttribute value.
-
-
Method Details
-
fromString
Creates or finds a TrackAttribute from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding TrackAttribute.
-
values
Gets known TrackAttribute values.- Returns:
- known TrackAttribute values.
-
fromString(String)
factory method.