Uses of Class
com.azure.resourcemanager.mediaservices.models.Rectangle
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of Rectangle in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionFilters.crop()
Get the crop property: The parameters for the rectangular window with which to crop the input video.VideoOverlay.cropRectangle()
Get the cropRectangle property: An optional rectangular window used to crop the overlay image or video.VideoOverlay.position()
Get the position property: The location in the input video where the overlay is applied.Rectangle.withHeight
(String height) Set the height property: The height of the rectangular region in pixels.Set the left property: The number of pixels from the left-margin.Set the top property: The number of pixels from the top-margin.Set the width property: The width of the rectangular region in pixels.Modifier and TypeMethodDescriptionSet the crop property: The parameters for the rectangular window with which to crop the input video.VideoOverlay.withCropRectangle
(Rectangle cropRectangle) Set the cropRectangle property: An optional rectangular window used to crop the overlay image or video.VideoOverlay.withPosition
(Rectangle position) Set the position property: The location in the input video where the overlay is applied.