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.
pub unsafe extern "C" fn ffio_geturlcontext(
s: *mut AVIOContext,
) -> *mut URLContext
Return the URLContext associated with the AVIOContext
@param s IO context @return pointer to URLContext or NULL.