Uses of Class
software.amazon.awssdk.services.mediaconvert.model.MsSmoothManifestEncoding
-
Packages that use MsSmoothManifestEncoding Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of MsSmoothManifestEncoding in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return MsSmoothManifestEncoding Modifier and Type Method Description static MsSmoothManifestEncodingMsSmoothManifestEncoding. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MsSmoothManifestEncodingMsSmoothGroupSettings. manifestEncoding()Use Manifest encoding to specify the encoding format for the server and client manifest.static MsSmoothManifestEncodingMsSmoothManifestEncoding. valueOf(String name)Returns the enum constant of this type with the specified name.static MsSmoothManifestEncoding[]MsSmoothManifestEncoding. 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 MsSmoothManifestEncoding Modifier and Type Method Description static Set<MsSmoothManifestEncoding>MsSmoothManifestEncoding. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type MsSmoothManifestEncoding Modifier and Type Method Description MsSmoothGroupSettings.BuilderMsSmoothGroupSettings.Builder. manifestEncoding(MsSmoothManifestEncoding manifestEncoding)Use Manifest encoding to specify the encoding format for the server and client manifest.
-