Package xt.audio
Class XtPlatform
- java.lang.Object
-
- xt.audio.XtPlatform
-
- All Implemented Interfaces:
AutoCloseable
public final class XtPlatform extends Object implements AutoCloseable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
XtService
getService(Enums.XtSystem system)
Enums.XtSystem[]
getSystems()
Enums.XtSystem
setupToSystem(Enums.XtSetup setup)
-
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
setupToSystem
public Enums.XtSystem setupToSystem(Enums.XtSetup setup)
-
getService
public XtService getService(Enums.XtSystem system)
-
getSystems
public Enums.XtSystem[] getSystems()
-
-