Uses of Enum Class
org.praxislive.base.Binding.SyncRate
-
Uses of Binding.SyncRate in org.praxislive.base
Methods in org.praxislive.base that return Binding.SyncRateModifier and TypeMethodDescriptionfinal Binding.SyncRateBinding.Adaptor.getSyncRate()The current SyncRate.static Binding.SyncRateReturns the enum constant of this class with the specified name.static Binding.SyncRate[]Binding.SyncRate.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.praxislive.base with parameters of type Binding.SyncRateModifier and TypeMethodDescriptionfinal voidBinding.Adaptor.setSyncRate(Binding.SyncRate syncRate) Set the SyncRate of the Adaptor.