[][src]Function stainless_ffmpeg_sys::avfilter_pad_get_type

pub unsafe extern "C" fn avfilter_pad_get_type(
    pads: *const AVFilterPad,
    pad_idx: c_int
) -> AVMediaType

Get the type of an AVFilterPad.

@param pads an array of AVFilterPads @param pad_idx index of the pad in the array; it is the caller's responsibility to ensure the index is valid

@return type of the pad_idx'th pad in pads