Function ffurl_get_file_handle

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

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.