Uses of Class
software.amazon.awssdk.services.mediaconvert.model.CmafMpdManifestBandwidthType
-
Packages that use CmafMpdManifestBandwidthType Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of CmafMpdManifestBandwidthType in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return CmafMpdManifestBandwidthType Modifier and Type Method Description static CmafMpdManifestBandwidthTypeCmafMpdManifestBandwidthType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CmafMpdManifestBandwidthTypeCmafGroupSettings. mpdManifestBandwidthType()Specify how the value for bandwidth is determined for each video Representation in your output MPD manifest.static CmafMpdManifestBandwidthTypeCmafMpdManifestBandwidthType. valueOf(String name)Returns the enum constant of this type with the specified name.static CmafMpdManifestBandwidthType[]CmafMpdManifestBandwidthType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type CmafMpdManifestBandwidthType Modifier and Type Method Description static Set<CmafMpdManifestBandwidthType>CmafMpdManifestBandwidthType. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type CmafMpdManifestBandwidthType Modifier and Type Method Description CmafGroupSettings.BuilderCmafGroupSettings.Builder. mpdManifestBandwidthType(CmafMpdManifestBandwidthType mpdManifestBandwidthType)Specify how the value for bandwidth is determined for each video Representation in your output MPD manifest.
-