Uses of Class
xt.audio.Enums.XtSystem
-
-
Uses of Enums.XtSystem in xt.audio
Fields in xt.audio declared as Enums.XtSystem Modifier and Type Field Description Enums.XtSystem
Structs.XtErrorInfo. system
Methods in xt.audio that return Enums.XtSystem Modifier and Type Method Description Enums.XtSystem[]
XtPlatform. getSystems()
Enums.XtSystem
XtPlatform. setupToSystem(Enums.XtSetup setup)
static Enums.XtSystem
Enums.XtSystem. valueOf(String name)
Returns the enum constant of this type with the specified name.static Enums.XtSystem[]
Enums.XtSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in xt.audio with parameters of type Enums.XtSystem Modifier and Type Method Description XtService
XtPlatform. getService(Enums.XtSystem system)
-