跳到主要内容

av_input_audio_device_next

搜索

函数 av_input_audio_device_next 

源代码
pub unsafe extern "C" fn av_input_audio_device_next(
    d: *const AVInputFormat,
) -> *const AVInputFormat
展开描述

Audio input devices iterator.

If d is NULL, returns the first registered input audio/video device, if d is non-NULL, returns the next registered input audio/video device after d or NULL if d is the last one.