pa_cvolume_equal

Return non-zero when *a == *b, checking that both a and b * have the same number of channels and that the volumes of * channels in a equal those in b.

extern (C)
int
pa_cvolume_equal
(
const(pa_cvolume)* a
,
const(pa_cvolume)* b
)

Meta