Uses of Class
software.amazon.awssdk.services.medialive.model.Smpte2038DataPreference
-
Packages that use Smpte2038DataPreference Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Smpte2038DataPreference in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Smpte2038DataPreference Modifier and Type Method Description static Smpte2038DataPreferenceSmpte2038DataPreference. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.Smpte2038DataPreferenceInputSettings. smpte2038DataPreference()Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input.static Smpte2038DataPreferenceSmpte2038DataPreference. valueOf(String name)Returns the enum constant of this type with the specified name.static Smpte2038DataPreference[]Smpte2038DataPreference. 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 Smpte2038DataPreference Modifier and Type Method Description static Set<Smpte2038DataPreference>Smpte2038DataPreference. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type Smpte2038DataPreference Modifier and Type Method Description InputSettings.BuilderInputSettings.Builder. smpte2038DataPreference(Smpte2038DataPreference smpte2038DataPreference)Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input.
-