mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-13 13:30:05 -05:00
Add monitor interface
Add an interface to monitor devices and helper program Add v4l2 monitor Add simple dictionary with key/value pairs
This commit is contained in:
parent
140f360cc0
commit
9f53eda6cb
29 changed files with 921 additions and 51 deletions
|
|
@ -158,7 +158,7 @@ typedef struct {
|
|||
* properties. Can be %NULL when unspecified.
|
||||
* @unset_mask: mask of unset properties. For each property in @prop_info there
|
||||
* is a corresponding bit that specifies if the property is currently
|
||||
* unset. When more that 32 properties are present, more uint32_t
|
||||
* unset. When more than 32 properties are present, more uint32_t
|
||||
* fields follow this one.
|
||||
*
|
||||
* Generic propertiers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue