mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Implement control streams
spa_io_control_range -> spa_io_range Add helpers for sequence and control pod objects Implement control properties in audiotestsrc, update test example.
This commit is contained in:
parent
90c1a95eef
commit
c9526dc2bb
21 changed files with 289 additions and 272 deletions
|
|
@ -91,7 +91,7 @@ struct state {
|
|||
|
||||
struct spa_port_info info;
|
||||
struct spa_io_buffers *io;
|
||||
struct spa_io_control_range *range;
|
||||
struct spa_io_range *range;
|
||||
struct spa_io_clock *clock;
|
||||
|
||||
struct buffer buffers[MAX_BUFFERS];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue