Function avpriv_io_move

Source
pub unsafe extern "C" fn avpriv_io_move(
    url_src: *const c_char,
    url_dst: *const c_char,
) -> c_int
Expand description

Move or rename a resource.

@note url_src and url_dst should share the same protocol and authority.

@param url_src url to resource to be moved @param url_dst new url to resource if the operation succeeded @return >=0 on success or negative on error.