Function rsmpeg::ffi::avio_find_protocol_name[][src]

pub unsafe extern "C" fn avio_find_protocol_name(url: *const i8) -> *const i8
Expand description

Return the name of the protocol that will handle the passed URL.

NULL is returned if no protocol could be found for the given URL.

@return Name of the protocol or NULL.