Constructor
PwgNodenew
since: 0.1
Declaration [src]
PwgNode*
pwg_node_new (
PwgCore* core,
PwgGlobal* global
)
Description [src]
Creates a live node proxy wrapper for parameter inspection and limited copied parameter updates.
Stability: Unstable
Available since: 0.1
Return value
Type: PwgNode
A new node wrapper, or NULL if global
is not a PipeWire node.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL. |