Uses of Class
software.amazon.awssdk.services.mediaconvert.model.MpdKlvMetadata
-
Packages that use MpdKlvMetadata Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of MpdKlvMetadata in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return MpdKlvMetadata Modifier and Type Method Description static MpdKlvMetadataMpdKlvMetadata. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MpdKlvMetadataMpdSettings. klvMetadata()To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough.static MpdKlvMetadataMpdKlvMetadata. valueOf(String name)Returns the enum constant of this type with the specified name.static MpdKlvMetadata[]MpdKlvMetadata. 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 MpdKlvMetadata Modifier and Type Method Description static Set<MpdKlvMetadata>MpdKlvMetadata. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type MpdKlvMetadata Modifier and Type Method Description MpdSettings.BuilderMpdSettings.Builder. klvMetadata(MpdKlvMetadata klvMetadata)To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough.
-