[][src]Function mmal_sys::mmal_port_parameter_set

pub unsafe extern "C" fn mmal_port_parameter_set(
    port: *mut MMAL_PORT_T,
    param: *const MMAL_PARAMETER_HEADER_T
) -> Type

Set a parameter on a port.

@param port The port to which the request is sent. @param param The pointer to the header of the parameter to set. @return MMAL_SUCCESS on success