pub unsafe extern "C" fn obs_source_filter_count(
source: *const obs_source_t,
) -> usize
Expand description
Gets the number of filters the source has.
pub unsafe extern "C" fn obs_source_filter_count(
source: *const obs_source_t,
) -> usize
Gets the number of filters the source has.