mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-23 06:59:58 -05:00
more hacking
Move plugin API to separate directory for now Add ringbuffer and way to get ringbuffer from a port
This commit is contained in:
parent
b8f6e99537
commit
3c029cba53
56 changed files with 7055 additions and 1530 deletions
|
|
@ -143,5 +143,12 @@
|
|||
|
||||
<method name='Remove'/>
|
||||
|
||||
<method name='GetRingbuffer'>
|
||||
<arg type='a{sv}' name='properties' direction='in'/>
|
||||
<arg type='h' name='buffermem' direction='out'/>
|
||||
<arg type='u' name='buffersize' direction='out'/>
|
||||
<arg type='h' name='fd' direction='out'/>
|
||||
</method>
|
||||
|
||||
</interface>
|
||||
</node>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue