Function rsmpeg::ffi::avpriv_io_move[][src]

pub unsafe extern "C" fn avpriv_io_move(
    url_src: *const i8,
    url_dst: *const i8
) -> i32
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.