mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
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:
parent
84ed9c0fe9
commit
e8ac4e6a34
3 changed files with 9 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue