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:
@@ -2895,6 +2895,12 @@ ma_device_backend_vtable* ma_device_backend_pipewire = &ma_gDeviceBackendVTable_
|
||||
ma_device_backend_vtable* ma_device_backend_pipewire = NULL;
|
||||
#endif /* MA_HAS_PIPEWIRE */
|
||||
|
||||
MA_API ma_device_backend_vtable* ma_pipewire_get_vtable(void)
|
||||
{
|
||||
return ma_device_backend_pipewire;
|
||||
}
|
||||
|
||||
|
||||
MA_API ma_context_config_pipewire ma_context_config_pipewire_init(void)
|
||||
{
|
||||
ma_context_config_pipewire config;
|
||||
|
||||
Reference in New Issue
Block a user