mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
node: Add ParamBegin/End
Use these commands to mark the begin and end of a series of Param enumerations and configuration, like when doing format negotiation. The idea is that the device can remain open while we do this. Use this in adapter when negotiating a format.
This commit is contained in:
parent
ccfe439786
commit
4e7be858e4
8 changed files with 55 additions and 10 deletions
|
|
@ -171,6 +171,7 @@ spa_alsa_enum_format(struct state *state, int seq,
|
|||
|
||||
int spa_alsa_set_format(struct state *state, struct spa_audio_info *info, uint32_t flags);
|
||||
|
||||
int spa_alsa_open(struct state *state);
|
||||
int spa_alsa_start(struct state *state);
|
||||
int spa_alsa_reassign_follower(struct state *state);
|
||||
int spa_alsa_pause(struct state *state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue