pub unsafe extern "C" fn obs_source_filter_add(
source: *mut obs_source_t,
filter: *mut obs_source_t,
)
Expand description
Adds a filter to the source (which is used whenever the source is used)
pub unsafe extern "C" fn obs_source_filter_add(
source: *mut obs_source_t,
filter: *mut obs_source_t,
)
Adds a filter to the source (which is used whenever the source is used)