Function rsmpeg::ffi::avio_accept[][src]

pub unsafe extern "C" fn avio_accept(
    s: *mut AVIOContext,
    c: *mut *mut AVIOContext
) -> i32
Expand description

Accept and allocate a client context on a server context. @param s the server context @param c the client context, must be unallocated @return >= 0 on success or a negative value corresponding to an AVERROR on failure