Uses of Class
org.praxislive.base.Binding.SyncRate
-
Packages that use Binding.SyncRate Package Description org.praxislive.base -
-
Uses of Binding.SyncRate in org.praxislive.base
Methods in org.praxislive.base that return Binding.SyncRate Modifier and Type Method Description Binding.SyncRate
Binding.Adaptor. getSyncRate()
The current SyncRate.static Binding.SyncRate
Binding.SyncRate. valueOf(String name)
Returns the enum constant of this type with the specified name.static Binding.SyncRate[]
Binding.SyncRate. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.praxislive.base with parameters of type Binding.SyncRate Modifier and Type Method Description void
Binding.Adaptor. setSyncRate(Binding.SyncRate syncRate)
Set the SyncRate of the Adaptor.
-