Uses of Class
com.azure.resourcemanager.mediaservices.models.H264RateControlMode
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of H264RateControlMode in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final H264RateControlMode
H264RateControlMode.ABR
Static value ABR for H264RateControlMode.static final H264RateControlMode
H264RateControlMode.CBR
Static value CBR for H264RateControlMode.static final H264RateControlMode
H264RateControlMode.CRF
Static value CRF for H264RateControlMode.Modifier and TypeMethodDescriptionstatic H264RateControlMode
H264RateControlMode.fromString
(String name) Creates or finds a H264RateControlMode from its string representation.H264Video.rateControlMode()
Get the rateControlMode property: The video rate control mode.Modifier and TypeMethodDescriptionstatic Collection<H264RateControlMode>
H264RateControlMode.values()
Gets known H264RateControlMode values.Modifier and TypeMethodDescriptionH264Video.withRateControlMode
(H264RateControlMode rateControlMode) Set the rateControlMode property: The video rate control mode.