Class ChannelMapping
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ChannelMapping>
com.azure.resourcemanager.mediaservices.models.ChannelMapping
Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel
audio tracks.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ChannelMapping
Static value BackLeft for ChannelMapping.static final ChannelMapping
Static value BackRight for ChannelMapping.static final ChannelMapping
Static value Center for ChannelMapping.static final ChannelMapping
Static value FrontLeft for ChannelMapping.static final ChannelMapping
Static value FrontRight for ChannelMapping.static final ChannelMapping
Static value LowFrequencyEffects for ChannelMapping.static final ChannelMapping
Static value StereoLeft for ChannelMapping.static final ChannelMapping
Static value StereoRight for ChannelMapping. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChannelMapping
fromString
(String name) Creates or finds a ChannelMapping from its string representation.static Collection<ChannelMapping>
values()
Gets known ChannelMapping values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
FRONT_LEFT
Static value FrontLeft for ChannelMapping. -
FRONT_RIGHT
Static value FrontRight for ChannelMapping. -
CENTER
Static value Center for ChannelMapping. -
LOW_FREQUENCY_EFFECTS
Static value LowFrequencyEffects for ChannelMapping. -
BACK_LEFT
Static value BackLeft for ChannelMapping. -
BACK_RIGHT
Static value BackRight for ChannelMapping. -
STEREO_LEFT
Static value StereoLeft for ChannelMapping. -
STEREO_RIGHT
Static value StereoRight for ChannelMapping.
-
-
Constructor Details
-
ChannelMapping
Deprecated.Use thefromString(String)
factory method.Creates a new instance of ChannelMapping value.
-
-
Method Details
-
fromString
Creates or finds a ChannelMapping from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ChannelMapping.
-
values
Gets known ChannelMapping values.- Returns:
- known ChannelMapping values.
-
fromString(String)
factory method.