Skip to content

pw: stream: Add bindings for command callback and trigger staffs

Bao, Huang-Huang requested to merge eh5/pipewire-rs:sync-stream-api into main

This adds command callback and trigger process staffs.

spa_command is just another object pod so no extra binding is required.

pw_stream_trigger_process could return either 0 or async result, and the async result has no use in stream api so it's safe to just take the error.

Merge request reports