pub unsafe extern "C" fn obs_audio_encoder_create(
    id: *const c_char,
    name: *const c_char,
    settings: *mut obs_data_t,
    mixer_idx: size_t,
    hotkey_data: *mut obs_data_t
) -> *mut obs_encoder_t
Expand description

Creates an audio encoder context

@param id Audio Encoder ID @param name Name to assign to this context @param settings Settings @param mixer_idx Index of the mixer to use for this audio encoder @return The video encoder context, or NULL if failed or not found.