[−][src]Function mmal_sys::mmal_port_parameter_set_string
pub unsafe extern "C" fn mmal_port_parameter_set_string(
port: *mut MMAL_PORT_T,
id: u32,
value: *const c_char
) -> Type
Helper function to set the value of a string parameter. @param port port on which to set the parameter @param id parameter id @param value null-terminated string value
@return MMAL_SUCCESS or error