Constructor

PwgParamnew_props_mute

since: 0.1

Declaration [src]

PwgParam*
pwg_param_new_props_mute (
  _Bool mute
)

Description [src]

Builds a copied SPA Props parameter containing a mute property.

Stability: Unstable

Available since: 0.1

Parameters

mute

Type: _Bool

Whether the target should be muted.

Return value

Type: PwgParam

A copied parameter, or NULL if it could not be built.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.