Class JpgLayerResponse


  • public final class JpgLayerResponse
    extends java.lang.Object
    • Method Detail

      • height

        public java.util.Optional<java.lang.String> height()
        Returns:
        The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example 50% means the output video has half as many pixels in height as the input.
      • label

        public java.util.Optional<java.lang.String> label()
        Returns:
        The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
      • odataType

        public java.lang.String odataType()
        Returns:
        The discriminator for derived types. Expected value is '#Microsoft.Media.JpgLayer'.
      • quality

        public java.util.Optional<java.lang.Integer> quality()
        Returns:
        The compression quality of the JPEG output. Range is from 0-100 and the default is 70.
      • width

        public java.util.Optional<java.lang.String> width()
        Returns:
        The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example 50% means the output video has half as many pixels in width as the input.