Uses of Class
com.azure.resourcemanager.mediaservices.models.VideoOverlay
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of VideoOverlay in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionVideoOverlay.withAudioGainLevel
(Double audioGainLevel) Set the audioGainLevel property: The gain level of audio in the overlay.VideoOverlay.withCropRectangle
(Rectangle cropRectangle) Set the cropRectangle property: An optional rectangular window used to crop the overlay image or video.Set the end property: The end position, with reference to the input video, at which the overlay ends.VideoOverlay.withFadeInDuration
(Duration fadeInDuration) Set the fadeInDuration property: The duration over which the overlay fades in onto the input video.VideoOverlay.withFadeOutDuration
(Duration fadeOutDuration) Set the fadeOutDuration property: The duration over which the overlay fades out of the input video.VideoOverlay.withInputLabel
(String inputLabel) Set the inputLabel property: The label of the job input which is to be used as an overlay.VideoOverlay.withOpacity
(Double opacity) Set the opacity property: The opacity of the overlay.VideoOverlay.withPosition
(Rectangle position) Set the position property: The location in the input video where the overlay is applied.Set the start property: The start position, with reference to the input video, at which the overlay starts.