pub unsafe extern "C" fn pw_core_set_paused(
    core: *mut pw_core,
    paused: bool
) -> c_int
Expand description

Pause or resume the core. When the core is paused, no new events will be dispatched until the core is resumed again.