[−][src]Function mmal_sys::mmal_port_parameter_get_int64
pub unsafe extern "C" fn mmal_port_parameter_get_int64(
port: *mut MMAL_PORT_T,
id: u32,
value: *mut i64
) -> Type
Helper function to get the value of a 64 bits signed integer parameter. @param port port on which to get the parameter @param id parameter id @param value pointer to where the value will be returned
@return MMAL_SUCCESS or error