mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 09:14:04 +02:00
Add getter functions for backend vtables.
This commit is contained in:
@@ -7,9 +7,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern ma_device_backend_vtable* ma_device_backend_pipewire;
|
||||
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int _unused;
|
||||
@@ -27,6 +24,10 @@ typedef struct
|
||||
|
||||
MA_API ma_device_config_pipewire ma_device_config_pipewire_init(void);
|
||||
|
||||
|
||||
extern ma_device_backend_vtable* ma_device_backend_pipewire;
|
||||
MA_API ma_device_backend_vtable* ma_pipewire_get_vtable(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user