Function obs_encoder_set_group

Source
pub unsafe extern "C" fn obs_encoder_set_group(
    encoder: *mut obs_encoder_t,
    group: *mut obs_encoder_group_t,
) -> bool
Expand description

Creates an “encoder group”, allowing synchronized startup of encoders within the group. Encoder groups are single owner, and hold strong references to encoders within the group. Calling destroy on an active group will not actually destroy the group until it becomes completely inactive.