Uses of Class
software.amazon.awssdk.services.medialive.model.Scte35Type
-
Packages that use Scte35Type Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Scte35Type in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Scte35Type Modifier and Type Method Description static Scte35TypeScte35Type. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.Scte35TypeCmafIngestGroupSettings. scte35Type()Type of scte35 track to add.static Scte35TypeScte35Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Scte35Type[]Scte35Type. 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 Scte35Type Modifier and Type Method Description static Set<Scte35Type>Scte35Type. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type Scte35Type Modifier and Type Method Description CmafIngestGroupSettings.BuilderCmafIngestGroupSettings.Builder. scte35Type(Scte35Type scte35Type)Type of scte35 track to add.
-