java.lang.Object
com.azure.resourcemanager.mediaservices.models.Codec
com.azure.resourcemanager.mediaservices.models.CopyAudio

public final class CopyAudio extends Codec
A codec flag, which tells the encoder to copy the input audio bitstream.
  • Constructor Details

    • CopyAudio

      public CopyAudio()
      Creates an instance of CopyAudio class.
  • Method Details

    • withLabel

      public CopyAudio withLabel(String label)
      Set the label property: An optional label for the codec. The label can be used to control muxing behavior.
      Overrides:
      withLabel in class Codec
      Parameters:
      label - the label value to set.
      Returns:
      the Codec object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class Codec
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.