Uses of Class
com.azure.resourcemanager.mediaservices.models.H265VideoProfile
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of H265VideoProfile in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final H265VideoProfile
H265VideoProfile.AUTO
Static value Auto for H265VideoProfile.static final H265VideoProfile
H265VideoProfile.MAIN
Static value Main for H265VideoProfile.static final H265VideoProfile
H265VideoProfile.MAIN10
Static value Main10 for H265VideoProfile.Modifier and TypeMethodDescriptionstatic H265VideoProfile
H265VideoProfile.fromString
(String name) Creates or finds a H265VideoProfile from its string representation.H265Layer.profile()
Get the profile property: We currently support Main.Modifier and TypeMethodDescriptionstatic Collection<H265VideoProfile>
H265VideoProfile.values()
Gets known H265VideoProfile values.Modifier and TypeMethodDescriptionH265Layer.withProfile
(H265VideoProfile profile) Set the profile property: We currently support Main.