mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
API CHANGE: Remove the onContextGetDeviceInfo backend callback.
Device information retrieval is now implemented in terms of device enumeration. Backends should now return any information that would have been returned from `onContextGetDeviceInfo` straight from `onContextEnumerateDevices` instead.
This commit is contained in:
@@ -830,7 +830,6 @@ static ma_device_backend_vtable ma_gDeviceBackendVTable_PipeWire =
|
||||
ma_context_init__pipewire,
|
||||
ma_context_uninit__pipewire,
|
||||
ma_context_enumerate_devices__pipewire,
|
||||
NULL,
|
||||
ma_device_init__pipewire,
|
||||
ma_device_uninit__pipewire,
|
||||
ma_device_start__pipewire,
|
||||
|
||||
@@ -570,7 +570,6 @@ static ma_device_backend_vtable ma_gDeviceBackendVTable_SDL =
|
||||
ma_context_init__sdl,
|
||||
ma_context_uninit__sdl,
|
||||
ma_context_enumerate_devices__sdl,
|
||||
NULL,
|
||||
ma_device_init__sdl,
|
||||
ma_device_uninit__sdl,
|
||||
ma_device_start__sdl,
|
||||
|
||||
Reference in New Issue
Block a user