Class JpgLayerResponse
- java.lang.Object
-
- com.pulumi.azurenative.media.outputs.JpgLayerResponse
-
public final class JpgLayerResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JpgLayerResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JpgLayerResponse.Builder
builder()
static JpgLayerResponse.Builder
builder(JpgLayerResponse defaults)
java.util.Optional<java.lang.String>
height()
java.util.Optional<java.lang.String>
label()
java.lang.String
odataType()
java.util.Optional<java.lang.Integer>
quality()
java.util.Optional<java.lang.String>
width()
-
-
-
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.
-
builder
public static JpgLayerResponse.Builder builder()
-
builder
public static JpgLayerResponse.Builder builder(JpgLayerResponse defaults)
-
-