[][src]Function mmal_sys::mmal_port_parameter_set_uint32

pub unsafe extern "C" fn mmal_port_parameter_set_uint32(
    port: *mut MMAL_PORT_T,
    id: u32,
    value: u32
) -> Type

Helper function to set the value of a 32 bits unsigned integer parameter. @param port port on which to set the parameter @param id parameter id @param value value to set the parameter to

@return MMAL_SUCCESS or error