Uses of Class
com.azure.resourcemanager.mediaservices.models.AudioOverlay
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of AudioOverlay in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionAudioOverlay.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.AudioOverlay.withFadeInDuration
(Duration fadeInDuration) Set the fadeInDuration property: The duration over which the overlay fades in onto the input video.AudioOverlay.withFadeOutDuration
(Duration fadeOutDuration) Set the fadeOutDuration property: The duration over which the overlay fades out of the input video.AudioOverlay.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.