Uses of Class
com.azure.resourcemanager.mediaservices.models.PngLayer
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of PngLayer in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionPngLayer.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.Set the width property: The width of the output video for this layer.Modifier and TypeMethodDescriptionPngImage.layers()
Get the layers property: A collection of output PNG image layers to be produced by the encoder.Modifier and TypeMethodDescriptionPngImage.withLayers
(List<PngLayer> layers) Set the layers property: A collection of output PNG image layers to be produced by the encoder.