Uses of Class
com.azure.resourcemanager.mediaservices.models.Rotation
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of Rotation in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final Rotation
Rotation.AUTO
Static value Auto for Rotation.static final Rotation
Rotation.NONE
Static value None for Rotation.static final Rotation
Rotation.ROTATE0
Static value Rotate0 for Rotation.static final Rotation
Rotation.ROTATE180
Static value Rotate180 for Rotation.static final Rotation
Rotation.ROTATE270
Static value Rotate270 for Rotation.static final Rotation
Rotation.ROTATE90
Static value Rotate90 for Rotation.Modifier and TypeMethodDescriptionstatic Rotation
Rotation.fromString
(String name) Creates or finds a Rotation from its string representation.Filters.rotation()
Get the rotation property: The rotation, if any, to be applied to the input video, before it is encoded.Modifier and TypeMethodDescriptionstatic Collection<Rotation>
Rotation.values()
Gets known Rotation values.Modifier and TypeMethodDescriptionFilters.withRotation
(Rotation rotation) Set the rotation property: The rotation, if any, to be applied to the input video, before it is encoded.