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