[][src]Function mmal_sys::mmal_port_send_buffer

pub unsafe extern "C" fn mmal_port_send_buffer(
    port: *mut MMAL_PORT_T,
    buffer: *mut MMAL_BUFFER_HEADER_T
) -> Type

Send a buffer header to a port.

@param port The port to which the buffer header is to be sent. @param buffer The buffer header to send. @return MMAL_SUCCESS on success