pub unsafe extern "C" fn obs_get_output_source(
channel: u32,
) -> *mut obs_source_t
Expand description
Gets the primary output source for a channel and increments the reference counter for that source. Use obs_source_release to release.
pub unsafe extern "C" fn obs_get_output_source(
channel: u32,
) -> *mut obs_source_t
Gets the primary output source for a channel and increments the reference counter for that source. Use obs_source_release to release.