Uses of Class
com.azure.resourcemanager.mediaservices.models.Overlay
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of Overlay in com.azure.resourcemanager.mediaservices.models
Modifier and TypeClassDescriptionfinal class
Describes the properties of an audio overlay.final class
Describes the properties of a video overlay.Modifier and TypeMethodDescriptionOverlay.withAudioGainLevel
(Double audioGainLevel) Set the audioGainLevel property: The gain level of audio in the overlay.Set the end property: The end position, with reference to the input video, at which the overlay ends.Overlay.withFadeInDuration
(Duration fadeInDuration) Set the fadeInDuration property: The duration over which the overlay fades in onto the input video.Overlay.withFadeOutDuration
(Duration fadeOutDuration) Set the fadeOutDuration property: The duration over which the overlay fades out of the input video.Overlay.withInputLabel
(String inputLabel) Set the inputLabel property: The label of the job input which is to be used as an overlay.Set the start property: The start position, with reference to the input video, at which the overlay starts.Modifier and TypeMethodDescriptionFilters.overlays()
Get the overlays property: The properties of overlays to be applied to the input video.Modifier and TypeMethodDescriptionFilters.withOverlays
(List<Overlay> overlays) Set the overlays property: The properties of overlays to be applied to the input video.