Uses of Class
software.amazon.awssdk.services.mediaconvert.model.HlsTimedMetadataId3Frame
-
Packages that use HlsTimedMetadataId3Frame Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of HlsTimedMetadataId3Frame in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return HlsTimedMetadataId3Frame Modifier and Type Method Description static HlsTimedMetadataId3FrameHlsTimedMetadataId3Frame. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HlsTimedMetadataId3FrameHlsGroupSettings. timedMetadataId3Frame()Specify the type of the ID3 frame to use for ID3 timestamps in your output.static HlsTimedMetadataId3FrameHlsTimedMetadataId3Frame. valueOf(String name)Returns the enum constant of this type with the specified name.static HlsTimedMetadataId3Frame[]HlsTimedMetadataId3Frame. 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 HlsTimedMetadataId3Frame Modifier and Type Method Description static Set<HlsTimedMetadataId3Frame>HlsTimedMetadataId3Frame. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type HlsTimedMetadataId3Frame Modifier and Type Method Description HlsGroupSettings.BuilderHlsGroupSettings.Builder. timedMetadataId3Frame(HlsTimedMetadataId3Frame timedMetadataId3Frame)Specify the type of the ID3 frame to use for ID3 timestamps in your output.
-