Uses of Class
software.amazon.awssdk.services.medialive.model.Scte20Convert608To708
-
Packages that use Scte20Convert608To708 Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Scte20Convert608To708 in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Scte20Convert608To708 Modifier and Type Method Description Scte20Convert608To708Scte20SourceSettings. convert608To708()If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708.static Scte20Convert608To708Scte20Convert608To708. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static Scte20Convert608To708Scte20Convert608To708. valueOf(String name)Returns the enum constant of this type with the specified name.static Scte20Convert608To708[]Scte20Convert608To708. 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 Scte20Convert608To708 Modifier and Type Method Description static Set<Scte20Convert608To708>Scte20Convert608To708. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type Scte20Convert608To708 Modifier and Type Method Description Scte20SourceSettings.BuilderScte20SourceSettings.Builder. convert608To708(Scte20Convert608To708 convert608To708)If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708.
-