Function ffio_geturlcontext

Source
pub unsafe extern "C" fn ffio_geturlcontext(
    s: *mut AVIOContext,
) -> *mut URLContext
Expand description

Return the URLContext associated with the AVIOContext

@param s IO context @return pointer to URLContext or NULL.