pub unsafe extern "C" fn obs_output_get_audio_encoder(
output: *const obs_output_t,
idx: usize,
) -> *mut obs_encoder_t
Expand description
Returns the current audio encoder associated with this output
The idx parameter specifies the audio encoder index. Only used with outputs that have multiple audio outputs, otherwise the parameter is ignored.