Uses of Class
com.azure.resourcemanager.mediaservices.models.AacAudioProfile
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of AacAudioProfile in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final AacAudioProfile
AacAudioProfile.AAC_LC
Static value AacLc for AacAudioProfile.static final AacAudioProfile
AacAudioProfile.HE_AAC_V1
Static value HeAacV1 for AacAudioProfile.static final AacAudioProfile
AacAudioProfile.HE_AAC_V2
Static value HeAacV2 for AacAudioProfile.Modifier and TypeMethodDescriptionstatic AacAudioProfile
AacAudioProfile.fromString
(String name) Creates or finds a AacAudioProfile from its string representation.AacAudio.profile()
Get the profile property: The encoding profile to be used when encoding audio with AAC.Modifier and TypeMethodDescriptionstatic Collection<AacAudioProfile>
AacAudioProfile.values()
Gets known AacAudioProfile values.Modifier and TypeMethodDescriptionAacAudio.withProfile
(AacAudioProfile profile) Set the profile property: The encoding profile to be used when encoding audio with AAC.