Uses of Class
software.amazon.awssdk.services.medialive.model.GlobalConfigurationOutputTimingSource
-
Packages that use GlobalConfigurationOutputTimingSource Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of GlobalConfigurationOutputTimingSource in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return GlobalConfigurationOutputTimingSource Modifier and Type Method Description static GlobalConfigurationOutputTimingSourceGlobalConfigurationOutputTimingSource. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GlobalConfigurationOutputTimingSourceGlobalConfiguration. outputTimingSource()Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream.static GlobalConfigurationOutputTimingSourceGlobalConfigurationOutputTimingSource. valueOf(String name)Returns the enum constant of this type with the specified name.static GlobalConfigurationOutputTimingSource[]GlobalConfigurationOutputTimingSource. 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 GlobalConfigurationOutputTimingSource Modifier and Type Method Description static Set<GlobalConfigurationOutputTimingSource>GlobalConfigurationOutputTimingSource. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type GlobalConfigurationOutputTimingSource Modifier and Type Method Description GlobalConfiguration.BuilderGlobalConfiguration.Builder. outputTimingSource(GlobalConfigurationOutputTimingSource outputTimingSource)Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream.
-