Uses of Class
xt.audio.Enums.XtDeviceCaps
-
-
Uses of Enums.XtDeviceCaps in xt.audio
Methods in xt.audio that return Enums.XtDeviceCaps Modifier and Type Method Description static Enums.XtDeviceCaps
Enums.XtDeviceCaps. valueOf(String name)
Returns the enum constant of this type with the specified name.static Enums.XtDeviceCaps[]
Enums.XtDeviceCaps. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in xt.audio that return types with arguments of type Enums.XtDeviceCaps Modifier and Type Method Description EnumSet<Enums.XtDeviceCaps>
XtDeviceList. getCapabilities(String id)
-