[−][src]Function mmal_sys::mmal_port_parameter_set_bytes
pub unsafe extern "C" fn mmal_port_parameter_set_bytes(
port: *mut MMAL_PORT_T,
id: u32,
data: *const u8,
size: c_uint
) -> Type
Helper function to set the value of an array of bytes parameter. @param port port on which to set the parameter @param id parameter id @param data pointer to the array of bytes @param size size of the array of bytes
@return MMAL_SUCCESS or error