Uses of Class
com.azure.resourcemanager.mediaservices.models.H265Complexity
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of H265Complexity in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final H265Complexity
H265Complexity.BALANCED
Static value Balanced for H265Complexity.static final H265Complexity
H265Complexity.QUALITY
Static value Quality for H265Complexity.static final H265Complexity
H265Complexity.SPEED
Static value Speed for H265Complexity.Modifier and TypeMethodDescriptionH265Video.complexity()
Get the complexity property: Tells the encoder how to choose its encoding settings.static H265Complexity
H265Complexity.fromString
(String name) Creates or finds a H265Complexity from its string representation.Modifier and TypeMethodDescriptionstatic Collection<H265Complexity>
H265Complexity.values()
Gets known H265Complexity values.Modifier and TypeMethodDescriptionH265Video.withComplexity
(H265Complexity complexity) Set the complexity property: Tells the encoder how to choose its encoding settings.