spa: add SPA_IO_AsyncBuffers

This structure has 2 io_buffers. Readers and writers operate on different
io_buffers to implement an asynchronous transfer.
This commit is contained in:
Wim Taymans 2024-04-17 16:05:18 +02:00
parent 84ed9c0fe9
commit e8ac4e6a34
3 changed files with 9 additions and 0 deletions

View file

@ -71,6 +71,7 @@ PWTEST(node_io_abi)
pwtest_int_eq(SPA_IO_Position, 7);
pwtest_int_eq(SPA_IO_RateMatch, 8);
pwtest_int_eq(SPA_IO_Memory, 9);
pwtest_int_eq(SPA_IO_AsyncBuffers, 10);
/* position state */
pwtest_int_eq(SPA_IO_POSITION_STATE_STOPPED, 0);