Uses of Class
com.azure.resourcemanager.mediaservices.models.Fade
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of Fade in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionFilters.fadeIn()
Get the fadeIn property: Describes the properties of a Fade effect applied to the input media.Filters.fadeOut()
Get the fadeOut property: Describes the properties of a Fade effect applied to the input media.Fade.withDuration
(Duration duration) Set the duration property: The Duration of the fade effect in the video.Fade.withFadeColor
(String fadeColor) Set the fadeColor property: The Color for the fade In/Out.Set the start property: The position in the input video from where to start fade.Modifier and TypeMethodDescriptionFilters.withFadeIn
(Fade fadeIn) Set the fadeIn property: Describes the properties of a Fade effect applied to the input media.Filters.withFadeOut
(Fade fadeOut) Set the fadeOut property: Describes the properties of a Fade effect applied to the input media.