pub unsafe extern "C" fn obs_source_set_flags(
    source: *mut obs_source_t,
    flags: u32
)
Expand description

Sets source flags. Note that these are different from the main output flags. These are generally things that can be set by the source or user, while the output flags are more used to determine capabilities of a source.