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