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

public final class CopyVideo extends Codec
A codec flag, which tells the encoder to copy the input video bitstream without re-encoding.
  • Constructor Details

    • CopyVideo

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

    • withLabel

      public CopyVideo 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.