Uses of Class
com.azure.resourcemanager.mediaservices.models.DeinterlaceParity
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of DeinterlaceParity in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final DeinterlaceParity
DeinterlaceParity.AUTO
Static value Auto for DeinterlaceParity.static final DeinterlaceParity
DeinterlaceParity.BOTTOM_FIELD_FIRST
Static value BottomFieldFirst for DeinterlaceParity.static final DeinterlaceParity
DeinterlaceParity.TOP_FIELD_FIRST
Static value TopFieldFirst for DeinterlaceParity.Modifier and TypeMethodDescriptionstatic DeinterlaceParity
DeinterlaceParity.fromString
(String name) Creates or finds a DeinterlaceParity from its string representation.Deinterlace.parity()
Get the parity property: The field parity for de-interlacing, defaults to Auto.Modifier and TypeMethodDescriptionstatic Collection<DeinterlaceParity>
DeinterlaceParity.values()
Gets known DeinterlaceParity values.Modifier and TypeMethodDescriptionDeinterlace.withParity
(DeinterlaceParity parity) Set the parity property: The field parity for de-interlacing, defaults to Auto.