pub unsafe extern "C" fn obs_encoder_set_preferred_color_space(
encoder: *mut obs_encoder_t,
colorspace: video_colorspace,
)Expand description
Sets the preferred colorspace for an encoder, e.g., to simultaneous SDR and HDR output.
Only supported when GPU scaling is enabled.