Class InterleaveOutput
java.lang.Object
com.azure.core.util.ExpandableStringEnum<InterleaveOutput>
com.azure.resourcemanager.mediaservices.models.InterleaveOutput
public final class InterleaveOutput
extends com.azure.core.util.ExpandableStringEnum<InterleaveOutput>
Sets the interleave mode of the output to control how audio and video are stored in the container format. Example:
set InterleavedOutput as NonInterleavedOutput to produce audio-only and video-only outputs in separate MP4 files.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final InterleaveOutput
Static value InterleavedOutput for InterleaveOutput.static final InterleaveOutput
Static value NonInterleavedOutput for InterleaveOutput. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic InterleaveOutput
fromString
(String name) Creates or finds a InterleaveOutput from its string representation.static Collection<InterleaveOutput>
values()
Gets known InterleaveOutput values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NON_INTERLEAVED_OUTPUT
Static value NonInterleavedOutput for InterleaveOutput. -
INTERLEAVED_OUTPUT
Static value InterleavedOutput for InterleaveOutput.
-
-
Constructor Details
-
InterleaveOutput
Deprecated.Use thefromString(String)
factory method.Creates a new instance of InterleaveOutput value.
-
-
Method Details
-
fromString
Creates or finds a InterleaveOutput from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding InterleaveOutput.
-
values
Gets known InterleaveOutput values.- Returns:
- known InterleaveOutput values.
-
fromString(String)
factory method.