1 #ifndef XT_API_SHARED_H
2 #define XT_API_SHARED_H
9 #define XT_CALL __stdcall
13 #define XT_CALLBACK XT_CALL
18 #elif (defined _WIN32)
19 #define XT_API __declspec(dllexport)
21 #define XT_API __attribute__((visibility("default")))
36 #endif // XT_API_SHARED_H
static XtBool const XtTrue
Boolean true (1).
Definition: Shared.h:27
static XtBool const XtFalse
Boolean false (0).
Definition: Shared.h:28
struct XtPlatform XtPlatform
opaque platform handle
Definition: Shared.h:33
struct XtDeviceList XtDeviceList
opaque device list handle
Definition: Shared.h:34
uint64_t XtError
Error type.
Definition: Shared.h:26
struct XtService XtService
opaque audio service handle
Definition: Shared.h:32
struct XtStream XtStream
opaque audio stream handle
Definition: Shared.h:31
int32_t XtBool
Boolean type.
Definition: Shared.h:25
struct XtDevice XtDevice
opaque audio device handle
Definition: Shared.h:30