pub unsafe extern "C" fn pw_resource_ping(
resource: *mut pw_resource,
seq: c_int,
) -> c_intExpand description
Generate an ping event for a resource. This will generate a pong event with the same \a sequence number in the return value.
pub unsafe extern "C" fn pw_resource_ping(
resource: *mut pw_resource,
seq: c_int,
) -> c_intGenerate an ping event for a resource. This will generate a pong event with the same \a sequence number in the return value.