Uses of Class
software.amazon.awssdk.services.medialive.model.Fmp4TimedMetadataBehavior
-
Packages that use Fmp4TimedMetadataBehavior Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Fmp4TimedMetadataBehavior in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Fmp4TimedMetadataBehavior Modifier and Type Method Description static Fmp4TimedMetadataBehaviorFmp4TimedMetadataBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.Fmp4TimedMetadataBehaviorFmp4HlsSettings. timedMetadataBehavior()When set to passthrough, timed metadata is passed through from input to output.static Fmp4TimedMetadataBehaviorFmp4TimedMetadataBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static Fmp4TimedMetadataBehavior[]Fmp4TimedMetadataBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type Fmp4TimedMetadataBehavior Modifier and Type Method Description static Set<Fmp4TimedMetadataBehavior>Fmp4TimedMetadataBehavior. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type Fmp4TimedMetadataBehavior Modifier and Type Method Description Fmp4HlsSettings.BuilderFmp4HlsSettings.Builder. timedMetadataBehavior(Fmp4TimedMetadataBehavior timedMetadataBehavior)When set to passthrough, timed metadata is passed through from input to output.
-