[][src]Function ffmpeg_dev::sys::ffurl_get_file_handle

pub unsafe extern "C" fn ffurl_get_file_handle(h: *mut URLContext) -> c_int

Return the file descriptor associated with this URL. For RTP, this will return only the RTP file descriptor, not the RTCP file descriptor.

@return the file descriptor associated with this URL, or <0 on error.