pa_cvolume_merge

This goes through all channels in a and b and sets the * corresponding channel in dest to the greater volume of both. a, b * and dest may point to the same structure. Returns \a dest, or NULL * on error. \since 0.9.16

extern (C)
pa_cvolume_merge
(,
const(pa_cvolume)* a
,
const(pa_cvolume)* b
)

Meta