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 Details

    • NON_INTERLEAVED_OUTPUT

      public static final InterleaveOutput NON_INTERLEAVED_OUTPUT
      Static value NonInterleavedOutput for InterleaveOutput.
    • INTERLEAVED_OUTPUT

      public static final InterleaveOutput INTERLEAVED_OUTPUT
      Static value InterleavedOutput for InterleaveOutput.
  • Constructor Details

    • InterleaveOutput

      @Deprecated public InterleaveOutput()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of InterleaveOutput value.
  • Method Details

    • fromString

      public static InterleaveOutput fromString(String name)
      Creates or finds a InterleaveOutput from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding InterleaveOutput.
    • values

      public static Collection<InterleaveOutput> values()
      Gets known InterleaveOutput values.
      Returns:
      known InterleaveOutput values.