pub unsafe extern "C" fn obs_output_set_media(
output: *mut obs_output_t,
video: *mut video_t,
audio: *mut audio_t,
)
Expand description
Sets the current audio/video media contexts associated with this output, required for non-encoded outputs. Can be null.