pub unsafe extern "C" fn pw_context_get_data_loop(
context: *mut pw_context,
) -> *mut pw_data_loop
Expand description
Get the context data loop. This loop runs on the realtime thread. This acquires a loop from the generic data.rt class. Use pw_context_acquire_loop() instead. Since 0.3.56