pub unsafe extern "C" fn ffurl_get_short_seek(
h: *mut URLContext,
) -> c_intExpand description
Return the current short seek threshold value for this URL.
@return threshold (>0) on success or <=0 on error.
pub unsafe extern "C" fn ffurl_get_short_seek(
h: *mut URLContext,
) -> c_intReturn the current short seek threshold value for this URL.
@return threshold (>0) on success or <=0 on error.