Function ffurl_get_short_seek

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

Return the current short seek threshold value for this URL.

@return threshold (>0) on success or <=0 on error.