Uses of Class
com.azure.resourcemanager.mediaservices.models.JpgLayer
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of JpgLayer in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionJpgLayer.withHeight
(String height) Set the height property: The height of the output video for this layer.Set the label property: The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.JpgLayer.withQuality
(Integer quality) Set the quality property: The compression quality of the JPEG output.Set the width property: The width of the output video for this layer.Modifier and TypeMethodDescriptionJpgImage.layers()
Get the layers property: A collection of output JPEG image layers to be produced by the encoder.Modifier and TypeMethodDescriptionJpgImage.withLayers
(List<JpgLayer> layers) Set the layers property: A collection of output JPEG image layers to be produced by the encoder.