Uses of Class
software.amazon.awssdk.services.medialive.model.HlsScte35SourceType
-
Packages that use HlsScte35SourceType Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of HlsScte35SourceType in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return HlsScte35SourceType Modifier and Type Method Description static HlsScte35SourceTypeHlsScte35SourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HlsScte35SourceTypeHlsInputSettings. scte35Source()Identifies the source for the SCTE-35 messages that MediaLive will ingest.static HlsScte35SourceTypeHlsScte35SourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static HlsScte35SourceType[]HlsScte35SourceType. 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 HlsScte35SourceType Modifier and Type Method Description static Set<HlsScte35SourceType>HlsScte35SourceType. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type HlsScte35SourceType Modifier and Type Method Description HlsInputSettings.BuilderHlsInputSettings.Builder. scte35Source(HlsScte35SourceType scte35Source)Identifies the source for the SCTE-35 messages that MediaLive will ingest.
-